OverlayVectorExtension<T> extension

on

Methods

overlay(Vector<T> base, {DataType<T>? dataType, Vector<bool>? mask, int? offset}) Vector<T>
Returns a mutable view where this Vector is overlaid on top of a provided base vector. This happens either by using the given offset, or using using a boolean mask.