fn count(comptime T: type, haystack: []const T, needle: []const T) usize
[src]
Returns the number of needles inside the haystack needle.len must be > 0 does not count overlapping needles
fn count(comptime T: type, haystack: []const T, needle: []const T) usize
Returns the number of needles inside the haystack needle.len must be > 0 does not count overlapping needles