Box4

Type Alias Box4 

Source
pub type Box4<T, L = Inclusive, R = L> = BoxN<4, T, L, R>;

Aliased Type§

pub struct Box4<T, L = Inclusive, R = L>(/* private fields */);