EnumerationFoundation5.9.0
Status
enum Status
Citizens in Foundation
Conformances
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.protocol RawRepresentable
A type that can be converted to and from an associated raw value.
Members
case atEnd
case closed
case error
case notOpen
case open
case opening
case reading
case writing
init?(rawValue: UInt
)