removeAll

Remove all matching elements in an array, mutating the array. Returns the number of removed elements.

size_t
removeAll
(
T
alias eq = binaryFun!"a == b"
SwapStrategy swapStrategy = SwapStrategy.stable
)
(
ref T[] arr
,)

Meta