Pudu programming language
Menu
API reference

Std.Ip.compare

1 declaration

fn

compare: &Std.Ip.Address -> &Std.Ip.Address -> Int

Ordering of addresses: every IPv4 address before every IPv6 one, then by number, so a sorted list reads the way a person scans one.

Back to Std.IpSearch related declarations