Skip to main content

Divisible

Type Alias Divisible 

Source
pub type Divisible<const D: u8> = Modulo<D, ZERO>;
Expand description

Checks whether the given value is divisible by D.

Aliased Typeยง

pub struct Divisible<const D: u8> { /* private fields */ }