ocean v6.1.0 (2021-04-20T01:38:04Z)
Home
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