Access.fetch-exclamation-mark
You're seeing just the function
fetch-exclamation-mark
, go back to Access module for more information.
Specs
Same as fetch/2
but returns the value directly,
or raises a KeyError
exception if key
is not found.
Examples
iex> Access.fetch!(%{name: "meg", age: 26}, :name)
"meg"