4. IP Address Parsing
Cedar IP-address values (ipaddr) represent an IPv4 or IPv6 network — an address together with an optional CIDR prefix. They are constructed from a string with the ip() operator, e.g. ip("192.168.1.100") or ip("1:2:3:4::/48").
