init(_:)
Creates a lookahead from the given regex component.
Declaration
init<R>(_ component: R) where Output == R.RegexOutput, R : RegexComponentCreates a lookahead from the given regex component.
init<R>(_ component: R) where Output == R.RegexOutput, R : RegexComponent