Add a Slice to supplement PrimaryMap.

This commit is contained in:
Dan Gohman
2018-12-10 07:12:20 -08:00
parent 5b03581442
commit b841652539
3 changed files with 326 additions and 1 deletions

View File

@@ -129,6 +129,7 @@ macro_rules! entity_impl {
pub mod packed_option;
mod boxed_slice;
mod iter;
mod keys;
mod list;
@@ -137,6 +138,7 @@ mod primary;
mod set;
mod sparse;
pub use self::boxed_slice::BoxedSlice;
pub use self::iter::{Iter, IterMut};
pub use self::keys::Keys;
pub use self::list::{EntityList, ListPool};