findItemThatStartsWith

fnint findItemThatStartsWith(IStr[] items, IStr start) @safe nothrow @nogc

Finds the first occurrence of the specified start in the slice, or returns -1 if not found.

fnint findItemThatStartsWith(IStr[] items, char start) @safe nothrow @nogc

Finds the first occurrence of the specified start in the slice, or returns -1 if not found.