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