Functions

fn div(a: anytype, b: anytype) ArithmeticConversion(@TypeOf(a), @TypeOf(b))

No documentation provided.

fn rem(a: anytype, b: anytype) ArithmeticConversion(@TypeOf(a), @TypeOf(b))

No documentation provided.