tango ~master (2021-12-14T19:14:08.8989381)
Dub
Repo
RemoveAll.RemoveAll
tango
core
Tuple
RemoveAll
Undocumented in source.
alias
RemoveAll
=
TList
template
RemoveAll
(T, TList...)
static if
(
TList.length == 0
)
alias
RemoveAll
=
TList
alias
RemoveAll
=
.
RemoveAll
!(
T
,
TList
[
1
..$])
alias
RemoveAll
=
Tuple
!(
TList
[
0
], .
RemoveAll
!(
T
,
TList
[
1
..$]))
Meta
Source
See Implementation
tango
core
Tuple
RemoveAll
aliases
RemoveAll