You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't mind whether this is ChoiceOf.init<T: Collection<Substring>>(_ arr: T) or AlternationBuilder.buildArray<R: RegexComponent<Substring>>(_ components: [R]), but it should be possible to create a ChoiceOf from a collection.
The text was updated successfully, but these errors were encountered:
Relevant forums thread: https://forums.swift.org/t/creating-a-regex-choiceof-from-an-array/68755
I don't mind whether this is
ChoiceOf.init<T: Collection<Substring>>(_ arr: T)
orAlternationBuilder.buildArray<R: RegexComponent<Substring>>(_ components: [R])
, but it should be possible to create aChoiceOf
from a collection.The text was updated successfully, but these errors were encountered: