The standard library rw_vector_slice_of_chars package implements access to subvectors within a rw_vector_of_chars instance. It allows referencing such subvectors in constant time and space without duplication of data.
The rw_vector_slice_of_chars package implements the Typelocked_Rw_Vector_Slice API.
The rw_vector_slice_of_chars package source code is in src/lib/std/src/rw-vector-slice-of-chars.pkg.
See also: rw_vector_of_chars.
See also: rw_vector_slice.
See also: rw_vector_slice_one_byte_unts.
See also: rw_vector_slice_of_eight_byte_floats.
The above information is manually maintained and may contain errors.
Typelocked_Rw_Vector_Slice?