class

Myst::Splat

Inherits Myst::UnaryOp / Myst::Node / Reference / Object

A splat expression. Splats deconstruct collections to be treated as multiple individual values. Splats can also indicate the opposite: that a single collection should be created from multiple values.

'*' name