The standard library Unsafe_Typelocked_Vector api defines part of the Unsafe api.
The Unsafe_Typelocked_Vector api is implemented as part of the unsafe package.
The Unsafe_Typelocked_Vector api source code is in src/lib/std/src/unsafe/unsafe-typelocked-vector.api.
See also: Unsafe_Typelocked_Rw_Vector.
See also: Unsafe_Rw_Vector.
See also: Unsafe_Vector.
The above information is manually maintained and may contain errors.
api { Vector; Element; get : (Vector , Int) -> Element; set : (Vector , Int , Element) -> Void; make : Int -> Vector;};