SearchFruct.reverse

Search backward 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)
reverse
(
const(T)[] content
,)

Meta