ObjectIdManual

Git Source

Functions

allocate

function allocate(Storage storage self, uint64 id0) internal returns (uint64 id);

Structs

Storage

struct Storage {
    mapping(uint64 => bool) used;
}