Skip to content

Commit dbfa3fb

Browse files
committed
doc Any.Set|SetHash|Mix|MixHash
1 parent c95320f commit dbfa3fb

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

doc/Type/Any.pod6

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,42 @@ Defined as:
273273
Coerce the invocant to L<BagHash|/type/BagHash>, whereby C<Positionals> are
274274
treated as lists of values.
275275
276+
=head2 method Set
277+
278+
Defined as:
279+
280+
method Set(--> Set:D) is nodal
281+
282+
Coerce the invocant to L<Set|/type/Set>, whereby C<Positionals> are treated as
283+
lists of values.
284+
285+
=head2 method SetHash
286+
287+
Defined as:
288+
289+
method SetHash(--> SetHash:D) is nodal
290+
291+
Coerce the invocant to L<SetHash|/type/BSetash>, whereby C<Positionals> are
292+
treated as lists of values.
293+
294+
=head2 method Mix
295+
296+
Defined as:
297+
298+
method Mix(--> Mix:D) is nodal
299+
300+
Coerce the invocant to L<Mix|/type/Mix>, whereby C<Positionals> are treated as
301+
lists of values.
302+
303+
=head2 method MixHash
304+
305+
Defined as:
306+
307+
method MixHash(--> MixHash:D) is nodal
308+
309+
Coerce the invocant to L<MixHash|/type/MixHash>, whereby C<Positionals> are
310+
treated as lists of values.
311+
276312
=end pod
277313

278314
# vim: expandtab shiftwidth=4 ft=perl6

0 commit comments

Comments
 (0)