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