In Range§
See primary documentation in context for sub infix:</>.
multi infix:</>(Range:D \r, Real:D \v)
Takes a Real
and divide both boundaries of the Range
object by that number.
say (2..4) / 2; # OUTPUT: «1..2»
See primary documentation in context for sub infix:</>.
multi infix:</>(Range:D \r, Real:D \v)
Takes a Real
and divide both boundaries of the Range
object by that number.
say (2..4) / 2; # OUTPUT: «1..2»