IP.prefix
You're seeing just the function
prefix
, go back to IP module for more information.
Specs
generates an the subnet prefix for a given ip address.
iex> IP.prefix({10, 0, 1, 23}, 24)
{10, 0, 1, 0}