Box2

Type Alias Box2 

Source
pub type Box2<T, L = Inclusive, R = L> = BoxN<2, T, L, R>;

Aliased Type§

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