dcord ~master (2020-08-31T23:49:36Z)
Home
Dub
Repo
AATypes
dcord
util
json
Undocumented in source.
template
AATypes (
T
) {
alias
key
=
ArrayElementType
!(
typeof
(
T
.
keys
))
;
alias
value
=
ArrayElementType
!(
typeof
(
T
.
values
))
;
}
Members
Aliases
key
alias
key
=
ArrayElementType
!(
typeof
(
T
.
keys
))
Undocumented in source.
value
alias
value
=
ArrayElementType
!(
typeof
(
T
.
values
))
Undocumented in source.
Meta
Source
See Implementation
dcord
util
json
enums
JSONFlat
JSONIgnore
JSONTimestamp
functions
deserializeFromJSON
deserializeFromJSONArray
serializeToJSON
structs
JSONListToMap
JSONSource
templates
AATypes
ArrayElementType
Undocumented in source.