PreviousUpNext

13.2.47  rw_vector_slice

The standard library rw_vector_slice package implements access to subvectors within a rw_vector instance. It allows referencing such subvectors in constant time and space without duplication of data.

The rw_vector_slice package implements the Rw_Vector_Slice API.

The rw_vector_slice package source code is in src/lib/std/src/rw-vector-slice.pkg.

See also: rw_vector.

See also: rw_vector_slice_of_chars.

See also: rw_vector_slice_of_one_byte_unts.

See also: rw_vector_slice_of_eight_byte_floats.

The above information is manually maintained and may contain errors.

Rw_Vector_Slice

Comments and suggestions to: bugs@mythryl.org

PreviousUpNext