removeFirst

Remove first matching element in an array, mutating the array. Returns true if the array has been modified. Cf. K[V].remove(K)

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

Meta