locatePrior

Return the index of the prior instance of 'match' starting just before 'start', or source.length where there is no match.

Parameter 'start' defaults to source.length

locatePrior
(
T
)
(
const(T)[] source
,
const(T) match
,)

Meta