The structure of the internal private properties of an IP instance.
(A copy of these properties can be retrieved using IP.getProperties.)
This object represents the parsing result of the original IP string, forcibly interpreted
as a CIDR address. "Forcible interpretation" refers to the internal conversion of any IP
address into CIDR form, e.g., 192.168.0.1 → 192.168.0.1/32, stored as arrays of decimals
along with a bit length. The isCidr property indicates whether the original input really was
a CIDR.
The structure of the internal private properties of an IP instance. (A copy of these properties can be retrieved using IP.getProperties.)
This object represents the parsing result of the original IP string, forcibly interpreted as a CIDR address. "Forcible interpretation" refers to the internal conversion of any IP address into CIDR form, e.g.,
192.168.0.1
→192.168.0.1/32
, stored as arrays of decimals along with a bit length. TheisCidr
property indicates whether the original input really was a CIDR.