pub trait HasHalf {
    type Half;
}
Expand description

Associates with Self a type that’s half Self’s size.

Required Associated Types

The type that’s half the size of Self.

Implementations on Foreign Types

The primitive integer type whose width is half of Self’s.

The primitive integer type whose width is half of Self’s.

The primitive integer type whose width is half of Self’s.

The primitive integer type whose width is half of Self’s.

Implementors