The standard library vector_slice_of_chars package implements slicing over vector_of_chars instances. This allows constant-time, constant-space references to subvectors within a vector_of_chars.
The vector_slice_of_chars package implements the Typelocked_Vector_Slice api.
The vector_slice_of_chars package source code is in src/lib/std/src/vector-slice-of-chars.pkg.
See also: vector_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.
Typelocked_Vector_Slice?