hunt-framework ~master (2022-03-03T03:02:45Z)
Home
Dub
Repo
UniNode
hunt
framework
util
uninode
Core
Universal structure for data storage of different types
struct
UniNode {
@
safe
UniNodeImpl
!
UniNode
node
;
this
(V val);
size_t
toHash
();
bool
opEquals
(UniNode other);
}
Constructors
this
this
(V val)
Undocumented in source.
Alias This
node
Members
Functions
opEquals
bool
opEquals
(UniNode other)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t
toHash
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
node
UniNodeImpl
!
UniNode
node
;
Undocumented in source.
Meta
Source
See Implementation
hunt
framework
util
uninode
Core
classes
UniNodeException
functions
enforceUniNode
structs
UniNode
UniNodeImpl
templates
isUniNodeInnerType
isUniNodeType
Universal structure for data storage of different types