In Seq§
See primary documentation in context for method Seq
multi method Seq(Seq:)
Clones the object.
In Supply§
See primary documentation in context for method Seq
method Seq(Supply:)
Returns a Seq
with an iterator containing the values that the Supply
contains.
In Any§
See primary documentation in context for method Seq
method Seq() is nodal
Coerces the invocant to Seq
.
In IterationBuffer§
See primary documentation in context for method Seq
method Seq(IterationBuffer: --> Seq)
Coerces the IterationBuffer
to a Seq
.