In Operators§
See primary documentation in context for infix ^..^.
multi infix:<^..^>($a, $b --> Range:D) is assoc<non>
Constructs a Range
from the arguments, excluding both start and end point.
See primary documentation in context for infix ^..^.
multi infix:<^..^>($a, $b --> Range:D) is assoc<non>
Constructs a Range
from the arguments, excluding both start and end point.