@@ -654,8 +654,8 @@ Coerces the argument to L<Str> by calling the C<Str> method on it.
654
654
655
655
= head2 prefix C « | »
656
656
657
- Flattens objects of type L < Capture > , L < Enum > , L < Pair > , L < List >
658
- L < Map > and L < Hash > into an argument list.
657
+ Flattens objects of type L < Capture > , L < Pair > , L < List > L < Map > and L < Hash >
658
+ into an argument list.
659
659
660
660
Outside of argument lists, it returns a L < Slip|/type/Slip > , which makes it
661
661
flatten into the outer list.
@@ -939,7 +939,6 @@ to act like a role, for example enum values.
939
939
multi sub infix:<cmp>(Any, Any)
940
940
multi sub infix:<cmp>(Real:D, Real:D)
941
941
multi sub infix:<cmp>(Str:D, Str:D)
942
- multi sub infix:<cmp>(Enum:D, Enum:D)
943
942
multi sub infix:<cmp>(Version:D, Version:D)
944
943
945
944
Generic, "smart" three-way comparator.
@@ -1140,7 +1139,6 @@ Mnemonic: I<less or equal>
1140
1139
multi sub infix:<before>(Any, Any)
1141
1140
multi sub infix:<before>(Real:D, Real:D)
1142
1141
multi sub infix:<before>(Str:D, Str:D)
1143
- multi sub infix:<before>(Enum:D, Enum:D)
1144
1142
multi sub infix:<before>(Version:D, Version:D)
1145
1143
1146
1144
Generic ordering, uses the same semantics as L < cmp|#infix cmp > .
@@ -1152,7 +1150,6 @@ Returns C<True> if the first argument is smaller than the second.
1152
1150
multi sub infix:<after>(Any, Any)
1153
1151
multi sub infix:<after>(Real:D, Real:D)
1154
1152
multi sub infix:<after>(Str:D, Str:D)
1155
- multi sub infix:<after>(Enum:D, Enum:D)
1156
1153
multi sub infix:<after>(Version:D, Version:D)
1157
1154
1158
1155
Generic ordering, uses the same semantics as L < cmp|#infix cmp > .
0 commit comments