IP.from_string-exclamation-mark
You're seeing just the function
from_string-exclamation-mark
, go back to IP module for more information.
Specs
Converts an ip address from a string.
iex> IP.from_string!("255.255.255.255")
{255, 255, 255, 255}