IP.Subnet.broadcast

You're seeing just the function broadcast, go back to IP.Subnet module for more information.

Specs

broadcast(t(IP.v4())) :: IP.v4()

finds the broadcast address for a subnet

iex> import IP
iex> IP.Subnet.broadcast(~i"10.0.0.0/23")
{10, 0, 1, 255}