From: Nicolas C. <war...@fr...> - 2003-04-22 01:45:34
|
> According to the NIST, what I've implemented is a dynamic array: > http://www.nist.gov/dads/HTML/dynamicarray.html > > I hereby propose we rename it dynarray then. I'm not worried about losing > revision control history- if I hadn't checked it in, we wouldn't have had > any to lose :-). It would be perhaps nice to have then then same name-prefix for both "mutable" list and "mutable" array. RefList / RefArray ( this one make sense since the type Xarray.t contains a mutable 'array field ) or DynList / DynArray Nicolas Cannasse |