Crate deranged[][src]

Structs

An i8 that is known to be in the range MIN..=MAX.

An i16 that is known to be in the range MIN..=MAX.

An i32 that is known to be in the range MIN..=MAX.

An i64 that is known to be in the range MIN..=MAX.

An i128 that is known to be in the range MIN..=MAX.

An isize that is known to be in the range MIN..=MAX.

A u8 that is known to be in the range MIN..=MAX.

A u16 that is known to be in the range MIN..=MAX.

A u32 that is known to be in the range MIN..=MAX.

A u64 that is known to be in the range MIN..=MAX.

A u128 that is known to be in the range MIN..=MAX.

A usize that is known to be in the range MIN..=MAX.