Box3

Type Alias Box3 

Source
pub type Box3<T, L = Inclusive, R = L> = BoxN<3, T, L, R>;

Aliased Type§

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