rxd ~master (2018-02-24T08:23:56Z)
Dub
Repo
allPairs
rxd
meta2
traits
Undocumented in source.
template
allPairs (
alias
pred
List
...
) {
alias
first
=
List
[
0
]
;
alias
rest
=
List
[
1
..$]
;
}
Members
Aliases
first
alias
first
=
List
[
0
]
Undocumented in source.
rest
alias
rest
=
List
[
1
..$]
Undocumented in source.
Meta
Source
See Implementation
rxd
meta2
traits
aliases
Func
TypeOf
enums
isEnumValue
templates
allConvertible
allMatchFirst
allPairs
apply
isFuncLike
sameFunctionSignature
staticMap1
staticMap2