testpubpackage
testpubpackage
div function
div
testpubpackage
testpubpackage
div function
testpubpackage library
Functions
add
div
mul
sub
div
function
int
div
(
int
a
,
int
b
)
divide
a
and
b
Implementation
int div(int a, int b) { return a ~/ b; }