


The standard library float64_vector_slice package implements slicing over float64_vector instances. This allows constant-time, constant-space references to subvectors within a float64_vector.
The float64_vector_slice package implements the Typelocked_Vector_Slice API.
The float64_vector_slice package source code is in src/lib/std/src/float64-vector-slice.pkg; the bulk of the actual implementation code may be found in src/lib/std/src/vector-slice.pkg.
See also: float64_vector.
See also: char_vector_slice.
See also: rw_vector_slice.
See also: rw_unt8_vector.
See also: rw_char_vector_slice.
The above information is manually maintained and may contain errors.
Typelocked_Vector_Slice?


