core: export vec::unshift

This commit is contained in:
Jeff Olson 2012-06-07 16:41:26 -07:00 committed by Brian Anderson
parent 31c33ca5ff
commit 5ec68ac482

View File

@ -31,6 +31,7 @@ export splitn;
export rsplit;
export rsplitn;
export shift;
export unshift;
export pop;
export push, push_all, push_all_move;
export grow;