hunt-extra v1.0.10 (2021-04-13T02:41:33Z)
Home
Dub
Repo
ValuesMemberTempate
hunt
util
ObjectUtils
Undocumented in source.
mixin template
ValuesMemberTempate (
T
)
if
(
is
(
T
== struct) ||
is
(
T
== class)
) {
import
std
.
concurrency
:
initOnce
;
;
import
std
.
traits
;
;
static
T
[]
values
();
static
T
[
string
]
namedValues
();
}
Members
Static functions
namedValues
T
[
string
]
namedValues
()
Undocumented in source. Be warned that the author may not have intended to support it.
values
T
[]
values
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
util
ObjectUtils
aliases
TopLevel
classes
EventObject
ObjectUtils
functions
getAllFieldValues
isInstanceOf
mappingObject
mappingToObject
setProperty
mixin templates
CloneMemberTemplate
GetConstantValues
ValuesMemberTempate
variables
FixedObjectMembers