The structure of the internal private properties of an IP instance.
Represents the parsing result of the original IP string, forcibly interpreted
as a CIDR address. "Forcible interpretation" means any address is treated as
CIDR internally, even single IPs like 192.168.0.1 → 192.168.0.1/32.
The structure of the internal private properties of an IP instance.
Represents the parsing result of the original IP string, forcibly interpreted as a CIDR address. "Forcible interpretation" means any address is treated as CIDR internally, even single IPs like
192.168.0.1 → 192.168.0.1/32
.