nxt.container_algorithm

Undocumented in source.

Members

Functions

popFirstMaybe
bool popFirstMaybe(C haystack, E needle)

Try to pop first occurrence of needle in haystack (if any).

shiftToFrontAt
void shiftToFrontAt(T[] r, size_t index)

Remove element at index index in r.

Meta