Skip to main content

NonMaxIsize

Type Alias NonMaxIsize 

Source
pub type NonMaxIsize = NonMax<isize>;
Expand description

A signed pointer-sized integer that cannot be isize::MAX.

Aliased Typeยง

pub struct NonMaxIsize(/* private fields */);