ByIndex.ByIndex

Undocumented in source.
  1. alias ByIndex = typeof(byIndex!i)
  2. alias ByIndex = typeof(matchCaptureImpl!(T, pattern[i], typeof(byIndex!(i - 1)()))(source, result.capture, byIndex!(i - 1)))
    template ByIndex(ptrdiff_t i)
    static if(!(__traits(compiles, mixin (i))))
    alias ByIndex = typeof(matchCaptureImpl!(T, pattern[i], typeof(byIndex!(i - 1)()))(source, result.capture, byIndex!(i - 1)))

Meta