Add a Slice to supplement PrimaryMap.
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user