Type Alias inter_val::Box3

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

Aliased Type§

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