ChoiceOf

From Chord_Provider:
extension ChoiceOf where RegexOutput == Substring

Available where RegexOutput == Substring

  • init(_:) From Chord_Provider

    Use an array of elements for a ChoiceOf regex part

    Declaration

    Swift

    init<S>(_ components: S) where S : Sequence, S.Element == String

    Parameters

    components

    The choices components