PreviousUpNext

15.3.547  src/lib/std/src/unsafe/unsafe-vector.api

## unsafe-vector.api

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



api Unsafe_Vector {

    get:   ((Vector(X), Int)) -> X;
    make:  ((Int, List(X)) ) -> Vector(X);
};




## COPYRIGHT (c) 1997 Bell Labs, Lucent Technologies.
## Subsequent changes by Jeff Prothero Copyright (c) 2010-2011,
## released under Gnu Public Licence version 3.


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext