Type Definition nc::types::size_t[][src]

pub type size_t = usize;
Expand description

Most 32 bit architectures use “unsigned int” size_t, and all 64 bit architectures use “unsigned long” size_t.