carbon v1.5.4 (2015-09-23T08:11:56Z)
Home
Dub
Repo
Cache
carbon
utils
Undocumented in source.
struct
Cache (
AA
)
if
(
isAssociativeArray
!
AA
) {
alias
KeyType
=
typeof
(
AA
.
init
.
keys
[
0
])
;
alias
ValueType
=
typeof
(
AA
.
init
.
values
[
0
])
;
ValueType
opCall
(KeyType key, ValueType value);
}
Members
Aliases
KeyType
alias
KeyType
=
typeof
(
AA
.
init
.
keys
[
0
])
Undocumented in source.
ValueType
alias
ValueType
=
typeof
(
AA
.
init
.
values
[
0
])
Undocumented in source.
Functions
opCall
ValueType
opCall
(KeyType key, ValueType value)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
carbon
utils
functions
maybeModified
toLiteral
structs
Cache