Struct bevy_ptr::ThinSlicePtr
source · pub struct ThinSlicePtr<'a, T> { /* private fields */ }
Expand description
Conceptually equivalent to &'a [T]
but with length information cut out for performance reasons
pub struct ThinSlicePtr<'a, T> { /* private fields */ }
Conceptually equivalent to &'a [T]
but with length information cut out for performance reasons