infix ^..

Documentation for infix ^.. assembled from the following types:

language documentation Operators

From Operators

(Operators) infix ^..

multi sub infix:<^..>($a, $b --> Range:D) is assoc<non>

Left-open range operator.

Constructs a Range from the arguments, excluding the start point.