File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 695
695
696
696
= head2 method are
697
697
698
- multi method are()
698
+ multi method are(Any:D: )
699
699
700
700
Returns the strictest type (or role) to which B < all > elements of the list
701
701
will smartmatch. Returns C < Nil > on an empty list.
Original file line number Diff line number Diff line change @@ -666,7 +666,7 @@ Mnemonic: returns an ordinal number
666
666
667
667
= head2 method path
668
668
669
- method path()
669
+ method path(Cool:D: --> IO::Path:D )
670
670
671
671
B < DEPRECATED > . I < It's been deprecated as of the 6.d version. Will be removed in
672
672
the next ones. >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ C<META6.json> needs to be used.
23
23
24
24
= head2 method meta
25
25
26
- method meta()
26
+ method meta(Distribution::Path:D: )
27
27
28
28
Returns a Hash with the representation of the metadata.
29
29
Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ by not actually generating the list if it is not necessary.
335
335
336
336
= head2 method sum
337
337
338
- multi method sum(--> Numeric:D )
338
+ multi method sum(Range:D: )
339
339
340
340
Returns the sum of all elements in the Range. Throws L < X::Str::Numeric|/type/X::Str::Numeric > if an
341
341
element can not be coerced into Numeric.
You can’t perform that action at this time.
0 commit comments