Kyle Coffey ebc3773542
Add std.mem.indexOfNone
This introduces a parallel set of functions to the std.mem.indexOfAny
functions. They simply invert the logic, yielding the first/last index
which is *not* contained in the "values" slice.

Inverting this logic is useful when you are attempting to determine the
initial span which contains only characters in a particular set.

* Document the `indexOfNone` family.

These descriptions are somewhat brief, but the functions themselves are
also simple enough to describe in such a way.
2023-05-10 17:47:58 +03:00
..
2023-03-18 16:01:09 -07:00
2023-04-13 00:19:33 +02:00
2023-04-05 23:22:29 -07:00
2023-01-26 16:36:13 -07:00
2023-01-26 16:36:14 -07:00
2023-05-10 17:47:58 +03:00
2023-02-04 15:19:53 -05:00
2022-11-04 00:09:27 +03:30
2023-04-25 13:42:10 -04:00