Type Alias nc::types::size_t

source ·
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.