@r47onfire/backolon - v0.0.0
    Preparing search index...

    Enumeration PatternType

    Index

    Enumeration Members

    sequence: 0

    Sequence of things in order abcd

    alternatives: 1

    List of options to be matched {a|b|c|d}

    repeat: 2

    Repeat (one or more) (a)...

    capture_group: 3

    Capture group into a symbol name [name(a)]

    dot: 4

    Matches anything as a wildcard. Used for bare names like x.

    anchor: 5

    Force the match to be at the start [^], or at the end [$].

    match_type: 6

    Match a value with a certain ThingType [:type]

    match_value: 7

    Match that literal value [=value]