Pudu programming language
Menu
API reference

Std.Ip.networkOf

1 declaration

fn

networkOf: &Std.Ip.Address -> Int -> Option[Std.Ip.Network]

The network of the given prefix length that holds the address, with its host bits cleared, or None when the prefix is outside the family's width.

Back to Std.IpSearch related declarations