Interface: ParsedIp
A parsed IP address. value is the address as an unsigned integer
(a 32-bit range for v4, 128-bit for v6) held in a bigint so both
families share one comparison / masking path. Produce one with
parseIp.
Properties
Section titled “Properties”value:
bigint
The address as an unsigned integer (bigint for uniform v4/v6 math).
version
Section titled “version”version:
IpVersion