serialized ~master (2021-10-14T13:36:09Z)
Dub
Repo
TaggedUnion.toHash
funkwerk
stdx
data
json
taggedalgebraic
taggedunion
TaggedUnion
TaggedUnion
Enables using a tagged union value as an associative array key.
struct
TaggedUnion
const @
safe
nothrow
static if
(
allSatisfy!(isHashable, FieldTypes)
)
size_t
toHash
(
)
Meta
Source
See Implementation
funkwerk
stdx
data
json
taggedalgebraic
taggedunion
TaggedUnion
TaggedUnion
aliases
FieldDefinitionType
FieldTypeByName
FieldTypes
Kind
fieldNames
constructors
this
destructors
~this
functions
opAssign
opCast
opEquals
set
toHash
toString
postblits
this(this)
properties
hasType
kind
trustedGet
value
Enables using a tagged union value as an associative array key.