The standard library vector_slice package implements access to subvectors within a vector instance. It allows referencing such subvectors in constant time and space without duplication of data.
The vector_slice package implements the Vector_Slice api.
The vector_slice package source code is in src/lib/std/src/vector-slice.pkg.
See also: vector.
See also: substring.
See also: vector_slice_of_chars.
See also: vector_slice_of_one_byte_unts.
See also: vector_slice_of_eight_byte_floats.
The above information is manually maintained and may contain errors.
Vector_Slice