PreviousUpNext

15.3.549  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-2012,
## released under Gnu Public Licence version 3.


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext