SimdSet.remove

Removes the given item from the set.

struct SimdSet(T, Allocator = Mallocator)
bool
remove
()
if (
T.sizeof == 1 ||
T.sizeof == 2
||
T.sizeof == 4
||
T.sizeof == 8
)

Parameters

item T

the time to remove

Return Value

Type: bool

true if the item was removed, false if it was not present

Meta