Type Alias inter_val::Box2

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

Aliased Type§

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