network
Retrieves the network address of a subnet.
network(x:subnet) -> ip
Description
Section titled “Description”The network
function returns the network address of a subnet.
Examples
Section titled “Examples”Get the network address of a subnet
Section titled “Get the network address of a subnet”from {subnet: 192.168.0.0/16}select ip = subnet.network()
{ip: 192.168.0.0}