VintageNet.IP.cidr_to_string

You're seeing just the function cidr_to_string, go back to VintageNet.IP module for more information.
Link to this function

cidr_to_string(ipa, bits)

View Source

Specs

Convert an IP address w/ prefix to a CIDR-formatted string

Examples:

iex> VintageNet.IP.cidr_to_string({192, 168, 0, 1}, 24)
"192.168.0.1/24"