tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
RemoveAll.RemoveAll
tango
core
Tuple
RemoveAll
Undocumented in source.
alias
RemoveAll
=
TList
alias
RemoveAll
=
.
RemoveAll
!(
T
,
TList
[
1
..$])
alias
RemoveAll
=
Tuple
!(
TList
[
0
], .
RemoveAll
!(
T
,
TList
[
1
..$]))
template
RemoveAll
(T, TList...)
static if
(!(
TList.length == 0
))
static if
(!(
is(T == TList[0])
))
alias
RemoveAll
=
Tuple
!(
TList
[
0
], .
RemoveAll
!(
T
,
TList
[
1
..$]))
Meta
Source
See Implementation
tango
core
Tuple
RemoveAll
aliases
RemoveAll