Struct specs::Allocator [] [src]

pub struct Allocator {
    // some fields omitted
}

Internally used structure for Entity allocation.

Methods

impl Allocator
[src]

fn is_alive(&self, e: Entity) -> bool

Return true if the entity is alive.