PreviousUpNext

13.4.20  float64_vector

The standard library float64_vector package implements vectors specialized to hold Float64 values. Using this specialized typelocked vector implementation can yield a space savings of a factor of two or more.

The float64_vector package implements the Typelocked_Vector API.

The float64_vector package source code is in src/lib/std/src/float64-vector.pkg.

See also: float64_vector_slice.

The above information is manually maintained and may contain errors.

Typelocked_Vector?

Comments and suggestions to: bugs@mythryl.org

PreviousUpNext