File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -273,6 +273,42 @@ Defined as:
273
273
Coerce the invocant to L < BagHash|/type/BagHash > , whereby C < Positionals > are
274
274
treated as lists of values.
275
275
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
+
276
312
= end pod
277
313
278
314
# vim: expandtab shiftwidth=4 ft=perl6
You can’t perform that action at this time.
0 commit comments