init(_:)
Creates a lookahead from the regex generated by the given builder closure.
Declaration
init<R>(@RegexComponentBuilder _ component: () -> R) where Output == R.RegexOutput, R : RegexComponentCreates a lookahead from the regex generated by the given builder closure.
init<R>(@RegexComponentBuilder _ component: () -> R) where Output == R.RegexOutput, R : RegexComponent