Having this feature would make the package the perfect ip range package. I.e. similar to `netmask`'s block.toString(): ``` var block = new Netmask('10.0.0.15/31'); block.toString(); ``` -> 10.0.0.14/31 (`netmask`'s one doesn't support ipv6)
Having this feature would make the package the perfect ip range package.
I.e. similar to
netmask's block.toString():-> 10.0.0.14/31
(
netmask's one doesn't support ipv6)