## unsafe-rw-vector.api
# Compiled by:
#
src/lib/std/src/standard-core.sublibapi 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.