In Operators§

See primary documentation in context for infix ^...

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

Left-open range operator.

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