FunctionsnetworkVersion: v4.24On this pagenetworkRetrieves the network address of a subnet.network(x:subnet) -> ipDescriptionThe network function returns the network address of a subnet.ExamplesGet the network address of a subnetfrom {subnet: 192.168.0.0/16} select ip = subnet.network(){ip: 192.168.0.0}