method Seq

Documentation for method Seq assembled from the following types:

class Seq

From Seq

(Seq) method Seq

Defined as

multi method Seq(Seq:D:)

Clones the object.

class Any

From Any

(Any) method Seq

Defined as:

method Seq() is nodal

Coerces the invocant to Seq.

class Supply

From Supply

(Supply) method Seq

method Seq(Supply:D:)

Returns a Seq with an iterator containing the values that the Supply contains.