init<W, C1, C2, C3, C4, C5, C6, C7, C8, C9, C10>(_ component: some RegexComponent) where Output == (Substring, C1, C2, C3, C4, C5, C6, C7, C8, C9, C10)
Creates an atomic group with the given regex component.
init<W, C1, C2, C3, C4, C5, C6, C7, C8, C9, C10>(@RegexComponentBuilder _ componentBuilder: () -> some RegexComponent) where Output == (Substring, C1, C2, C3, C4, C5, C6, C7, C8, C9, C10)
Creates an atomic group with the given regex component.
init<W, C1, C2, C3, C4, C5, C6, C7, C8, C9>(_ component: some RegexComponent) where Output == (Substring, C1, C2, C3, C4, C5, C6, C7, C8, C9)
Creates an atomic group with the given regex component.
init<W, C1, C2, C3, C4, C5, C6, C7, C8, C9>(@RegexComponentBuilder _ componentBuilder: () -> some RegexComponent) where Output == (Substring, C1, C2, C3, C4, C5, C6, C7, C8, C9)
Creates an atomic group with the given regex component.
init<W, C1, C2, C3, C4, C5, C6, C7, C8>(_ component: some RegexComponent) where Output == (Substring, C1, C2, C3, C4, C5, C6, C7, C8)
Creates an atomic group with the given regex component.
init<W, C1, C2, C3, C4, C5, C6, C7, C8>(@RegexComponentBuilder _ componentBuilder: () -> some RegexComponent) where Output == (Substring, C1, C2, C3, C4, C5, C6, C7, C8)
Creates an atomic group with the given regex component.
init<W, C1, C2, C3, C4, C5, C6, C7>(_ component: some RegexComponent) where Output == (Substring, C1, C2, C3, C4, C5, C6, C7)
Creates an atomic group with the given regex component.
init<W, C1, C2, C3, C4, C5, C6, C7>(@RegexComponentBuilder _ componentBuilder: () -> some RegexComponent) where Output == (Substring, C1, C2, C3, C4, C5, C6, C7)
Creates an atomic group with the given regex component.
init<W, C1, C2, C3, C4, C5, C6>(_ component: some RegexComponent) where Output == (Substring, C1, C2, C3, C4, C5, C6)
Creates an atomic group with the given regex component.
init<W, C1, C2, C3, C4, C5>(_ component: some RegexComponent) where Output == (Substring, C1, C2, C3, C4, C5)
Creates an atomic group with the given regex component.
init<W, C1, C2, C3, C4, C5>(@RegexComponentBuilder _ componentBuilder: () -> some RegexComponent) where Output == (Substring, C1, C2, C3, C4, C5)
Creates an atomic group with the given regex component.
init<W, C1, C2, C3, C4>(_ component: some RegexComponent) where Output == (Substring, C1, C2, C3, C4)
Creates an atomic group with the given regex component.
init<W, C1, C2, C3, C4>(@RegexComponentBuilder _ componentBuilder: () -> some RegexComponent) where Output == (Substring, C1, C2, C3, C4)
Creates an atomic group with the given regex component.
init<W, C1, C2, C3>(_ component: some RegexComponent) where Output == (Substring, C1, C2, C3)
Creates an atomic group with the given regex component.
init<W, C1, C2, C3>(@RegexComponentBuilder _ componentBuilder: () -> some RegexComponent) where Output == (Substring, C1, C2, C3)
Creates an atomic group with the given regex component.