JSSpread

sealed case class JSSpread(items: Tree)(implicit pos: Position) extends IRNode with TreeOrJSSpread

...items, the "spread" operator of ECMAScript 6.

Value Params
items

An Array whose items will be spread (not an arbitrary iterable)

trait Product
trait Equals
class IRNode
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from
Product
def show: String
Inherited from
IRNode

Implicits

Implicits

implicit val pos: Position