Structs

The following structs are available globally.

  • IPAddress represents an IP (v4 or v6) address.

    See more

    Declaration

    Swift

    public struct IPAddress
  • Socket is an endpoint for network communication. See socket(2).

    See more

    Declaration

    Swift

    public struct Socket: FileDescriptor