Pudu programming language
Menu
API reference

Std.Ip.render

1 declaration

fn

render: &Std.Ip.Address -> Str

An address written in its canonical form, which parse reads back as the same address.

IPv6 follows RFC 5952: lowercase hex, no leading zeros in a group, and the longest run of two or more zero groups replaced by ::, the first such run when two are equally long. An IPv4-mapped address keeps its dotted tail.

Back to Std.IpSearch related declarations