Trait pcg_rand::numops::BitSize

source ·
pub trait BitSize {
    const BITS: usize;
}
Expand description

A trait that determines how many bits are in a type.

Required Associated Constants

Implementations on Foreign Types

Implementors