PreviousUpNext

14.4.132  Unsafe_Rw_Vector

The standard library Unsafe_Rw_Vector api defines part of the Unsafe api.

The Unsafe_Rw_Vector api is implemented as part of the unsafe package.

The Unsafe_Rw_Vector api source code is in src/lib/std/src/unsafe/unsafe-rw-vector.api.

See also: Unsafe_Typelocked_Rw_Vector.

See also: Unsafe_Typelocked_Vector.

See also: Unsafe_Vector.

The above information is manually maintained and may contain errors.

api {
    get : (Rw_Vector(X ) , Int) -> X;
    set : (Rw_Vector(X ) , Int , X) -> Void;
    make : (Int , X) -> Rw_Vector(X );};


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext