Corelib
%
pub trait Rem
assert!(3_u8 % 2_u8 == 1_u8);
fn rem(lhs: T, rhs: T) -> T
assert!(12_u8 % 10_u8 == 2_u8);
Was this page helpful?