datacat v0.0.4 (2018-07-26T21:52:10Z)
Dub
Repo
Variable.Variable
datacat
Variable
Undocumented in source.
alias
Variable
=
Variable
!(
Tuple
!(
Args
[
0
],
"key"
))
alias
Variable
=
Variable
!(
Tuple
!(
Args
[
0
],
"key"
,
Args
[
1
],
"value"
))
template
Variable
(Args...)
@
safe
static if
(!(
Args.length == 1
))
static if
(
Args.length == 2
)
alias
Variable
=
Variable
!(
Tuple
!(
Args
[0], "key",
Args
[1], "value"))
Meta
Source
See Implementation
datacat
Variable
aliases
Variable