PreviousUpNext

13.2.6  char_vector_slice

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?

Comments and suggestions to: bugs@mythryl.org

PreviousUpNext