mecca ~master (2021-09-12T14:37:04Z)
Dub
Repo
RawTypedIdentifier.CustomAllocator
mecca
lib
typedid
RawTypedIdentifier
RawTypedIdentifier
Undocumented in source.
struct
RawTypedIdentifier
static
struct
CustomAllocator (
bool
SkipInvalid
T
Min
=
T
.
min
T
Max
=
T
.
max
) {
this
(RawTypedIdentifier initValue);
RawTypedIdentifier
getNext
();
void
reset
(RawTypedIdentifier value);
}
Constructors
this
this
(RawTypedIdentifier initValue)
Undocumented in source.
Members
Functions
getNext
RawTypedIdentifier
getNext
()
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void
reset
(RawTypedIdentifier value)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
mecca
lib
typedid
RawTypedIdentifier
RawTypedIdentifier
aliases
Allocator
UnderlyingType
constructors
this
functions
opAssign
opBinary
opCmp
opOpAssign
opUnary
setFromString
toString
manifest constants
name
properties
isValid
value
structs
CustomAllocator
variables
invalid
max
min