scriptorium/utils/uniqid
Types
A unique ID.
pub type UniqID =
bigi.BigInt
Values
pub fn get(gen: Generator) -> #(bigi.BigInt, Generator)
Get a unique ID and a new generator, that can be used to generate a new ID.
A unique ID.
pub type UniqID =
bigi.BigInt
pub fn get(gen: Generator) -> #(bigi.BigInt, Generator)
Get a unique ID and a new generator, that can be used to generate a new ID.