Int32

struct Int32 : FixedWidthInteger, SignedInteger
  • The file descriptor for an Int32 is the value of the Int32 itself.

    Declaration

    Swift

    public var fileDescriptor: Int32
  • Releases the resource associated with this file descriptor.

    Declaration

    Swift

    public func close() throws