Pudu programming language
Menu
API reference

Std.Ip.overlaps

1 declaration

fn

overlaps: &Std.Ip.Network -> &Std.Ip.Network -> Bool

Whether two networks share any address. Networks either nest or are disjoint, so this is whether the wider one holds the narrower one's base.

Back to Std.IpSearch related declarations