PreviousUpNext

15.3.563  src/lib/std/src/unsafe/unsafe-rw-vector.api

## unsafe-rw-vector.api

# Compiled by:
#     src/lib/std/src/standard-core.sublib



api Unsafe_Rw_Vector {

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

};




## COPYRIGHT (c) 1997 Bell Labs, Lucent Technologies.
## Subsequent changes by Jeff Prothero Copyright (c) 2010-2015,
## released per terms of SMLNJ-COPYRIGHT.


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext