Type Alias inter_val::Box4

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

Aliased Type§

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