dscord ~master (2021-11-07T02:10:19.0578386)
Dub
Repo
AATypes
dscord
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
dscord
util
json
enums
JSONFlat
JSONIgnore
JSONTimestamp
functions
deserializeFromJSON
deserializeFromJSONArray
serializeToJSON
structs
JSONListToMap
JSONSource
templates
AATypes
ArrayElementType