strset, strmap: invert iterator function meaning.
Make a false return abort the iteration, not true. The old way makes sense for search functions (true == I found it), but other kinds of iteration are more common (brute force search is probably dumb).
Showing
Please register or sign in to comment