infix div
| 1 | language documentation Operators |
| 1.1 | (Operators) infix div |
| 2 | class Int |
| 2.1 | (Int) infix div |
Documentation for infix div assembled from the following types:
language documentation Operators
From Operators
(Operators) infix div
multi sub infix:<div>(Int, Int --> Int)
Integer division operator. Rounds down.
class Int
From Int
(Int) infix div
multi sub infix:<div>(Int, Int --> Int)
Does an integer division, rounded down.