Returns the IPv4 loopback mask, 127.0.0.0/8.
127.0.0.0/8
static var loopback: `Self` { get }
s2IPAAO5BlockVAaB2V4VRszrlE8loopbackADy_AFGvpZ
5JXTL
where Base == IP.V4
import IP
This Foundation-free module provides tools for parsing and formatting IP addresses, and data structures for performing efficient IP address lookups.
@frozen struct Block<Base> where Base : IP.Address
A representation of a CIDR block.
@frozen enum IP
The namespace for IP types.
@frozen struct V4
An IPv4 address, which is 32 bits wide.