Type Alias hybrid_array::consts::U0

source ·
pub type U0 = UTerm;

Aliased Type§

struct U0;

Trait Implementations§

source§

impl ArraySize for U0

§

type ArrayType<T> = [T; 0]

Array type which corresponds to this size.