pub trait PatchedArraySlotsExt: TypedArrayRef<Patched> {
// Provided methods
fn inner(&self) -> &ArrayRef { ... }
fn lane_offsets(&self) -> &ArrayRef { ... }
fn patch_indices(&self) -> &ArrayRef { ... }
fn patch_values(&self) -> &ArrayRef { ... }
fn slots_view(&self) -> PatchedSlotsView<'_> { ... }
}Expand description
Typed array accessors for Patched.
Provided Methods§
fn inner(&self) -> &ArrayRef
fn lane_offsets(&self) -> &ArrayRef
fn patch_indices(&self) -> &ArrayRef
fn patch_values(&self) -> &ArrayRef
Sourcefn slots_view(&self) -> PatchedSlotsView<'_>
fn slots_view(&self) -> PatchedSlotsView<'_>
Returns a borrowed view of all slots.