SearchFruct.forward

Search forward in the given content, starting at the optional index.

Returns the index of a match, or content.length where no match was located.

struct SearchFruct(T)
forward
(
const(T)[] content
,
size_t ofs = 0
)

Meta