EnumerationSwift5.9.0

    ParseResult

    The result of attempting to parse a T from some input.

    @frozen enum ParseResult<T>

    Citizens in Swift

    Members

    Citizens in Swift

    where T:Sendable

    Conformances

    • protocol Sendable

      A type whose values can safely be passed across concurrency domains by copying.