# Functions
Returns true if both CIDRs are adjacent and can be merged into single CIDR covering exactly and only both of them.
Returns true if cidrB lies within boundaries of cidrA.
Returns true if both CIDRs are exactly next to each other.
Returns true if there is at least one IP Address which belongs to both cidrA and cidrB.
GrowCIDRByOne returns CIDR with a mask lower by one.
IntersectingCIDRs returns CIDRs that are a part of left CIDRs and right CIDRs (if a CIDR in left is a part of bigger CIDR in right that counts as well).
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Struct representing Pool for IPv4 CIDRs.
Wrapper for multiple CIDRV4Pool which allows holding multiple CIDR addresses as a main entry.