Cidr
object Cidr
- Companion
- class
class Object
trait Matchable
class Any
Value members
Methods
Constructs a CIDR from the supplied IP address and prefix bit count.
Note if
if
Note if
prefixBits is less than 0, the built Cidr will have prefixBits set to 0. Similarly,if
prefixBits is greater than the bit length of the address, it will be set to the bit length of the address.