Closed cuviper closed 1 year ago
pub const fn map::Slice::new<'a>() -> &'a Self
pub fn map::Slice::new_mut<'a>() -> &'a mut Self
pub const fn set::Slice::new<'a>() -> &'a Self
In addition, the existing len and is_empty are now const fn.
len
is_empty
const fn
pub const fn map::Slice::new<'a>() -> &'a Self
pub fn map::Slice::new_mut<'a>() -> &'a mut Self
pub const fn set::Slice::new<'a>() -> &'a Self
In addition, the existing
len
andis_empty
are nowconst fn
.