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