PreviousUpNext

15.3.564  src/lib/std/src/unsafe/unsafe-typelocked-rw-vector.api

## unsafe-typelocked-rw-vector.api

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



api Unsafe_Typelocked_Rw_Vector {

    Rw_Vector;
    Element;

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




## 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