JSSpread

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

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

Value parameters:
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
Inherited from:
IRNode

Implicits

Implicits

implicit val pos: Position