zig
zig copied to clipboard
Enhance std.ascii.indexOfIgnoreCase with Boyer-Moore-Horspool algorithm
- Port Boyer-Moore-Horspool algorithm and relevant tests from std.mem.indexOfPos
- Remove TODO doc comment
- Fix/provide doc comments