RawTypedIdentifier.RawTypedIdentifier

Undocumented in source.

Constructors

this
this(T value)
Undocumented in source.
this
this(RawTypedIdentifier that)
Undocumented in source.
this
this(string str)
Undocumented in source.

Members

Aliases

Allocator
alias Allocator = CustomAllocator!true
Undocumented in source.
UnderlyingType
alias UnderlyingType = T
Undocumented in source.

Functions

opAssign
RawTypedIdentifier opAssign(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
RawTypedIdentifier opBinary(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
T opBinary(RawTypedIdentifier rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(RawTypedIdentifier rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
RawTypedIdentifier opOpAssign(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
RawTypedIdentifier opOpAssign(RawTypedIdentifier rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
RawTypedIdentifier opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
setFromString
void setFromString(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

name
enum name;
Undocumented in source.

Properties

isValid
bool isValid [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
value
T value [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

CustomAllocator
struct CustomAllocator(bool SkipInvalid, T Min = T.min, T Max = T.max)
Undocumented in source.

Variables

invalid
enum RawTypedIdentifier invalid;
Undocumented in source.
max
enum RawTypedIdentifier max;
Undocumented in source.
min
enum RawTypedIdentifier min;
Undocumented in source.

Meta