infix %%
1 | language documentation Operators |
1.1 | (Operators) infix %% |
Documentation for infix %%
assembled from the following types:
language documentation Operators
From Operators
(Operators) infix %%
multi sub infix:<%%>(, --> Bool)
Divisibility operator. Returns True
if $a % $b == 0
.