[][src]Crate tlid

Structs

Checked
Pool

generic fast Pool that manages a range of IDs, which can be access via ::next() methods or transfered to a subpool

UnChecked
Wrapping

Enums

AllocError

Error Type returned by Allocator

CheckedError

Error Type returned by Checked

Traits

Behavior
IdAble

trait that is used to describe all types that can be used as an ID types like usize, u64, i64, ... are supported by default