pub const fn from_mut<T>(s: &mut T) -> &mut UniqueEntityEquivalentSlice<T>where
T: EntityEquivalent,
Expand description
Converts a reference to T into a slice of length 1 (without copying).
pub const fn from_mut<T>(s: &mut T) -> &mut UniqueEntityEquivalentSlice<T>where
T: EntityEquivalent,
Converts a reference to T into a slice of length 1 (without copying).