method Stringy
1 | role Sequence |
1.1 | (Sequence) method Stringy |
2 | role Blob |
2.1 | (Blob) method Stringy |
Documentation for method Stringy
assembled from the following types:
role Sequence
From Sequence
(Sequence) method Stringy
multi method Stringy(::?CLASS:)
Calls .Stringy
on the cached sequence.
role Blob
From Blob
(Blob) method Stringy
Defined as:
multi method Stringy(Blob:)
Throws X::Buf::AsStr
with Stringy
as payload.