ObjectIdManual
Functions
allocate
function allocate(Storage storage self, uint64 id0) internal returns (uint64 id);
Structs
Storage
struct Storage {
mapping(uint64 => bool) used;
}
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
function allocate(Storage storage self, uint64 id0) internal returns (uint64 id);
struct Storage {
mapping(uint64 => bool) used;
}