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