PreviousUpNext

15.3.566  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-2015,
## released per terms of SMLNJ-COPYRIGHT.


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext