ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
Dub
Repo
RemoveAll.RemoveAll
ocean
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
ocean
core
Tuple
RemoveAll
aliases
RemoveAll