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