Located

    A value wrapped with a source range.

    struct Located<T>

    Note: Source location is part of value identity so that, for example, the same Character value appearing twice can be stored in a data structure distinctly. To ignore source locations, use .value directly.

    Citizens in _RegexParser

    Members

    Citizens in _RegexParser

    where T:Hashable

    Conformances

    • protocol Hashable

      A type that can be hashed into a Hasher to produce an integer hash value.

    Citizens in _RegexParser

    where T:Equatable

    Conformances

    Features