Hashids.decode-exclamation-mark
You're seeing just the function
decode-exclamation-mark
, go back to Hashids module for more information.
Specs
decode!(t(), iodata()) :: [non_neg_integer()] | no_return()
Decode the given iodata back into a list of numbers.
Will raise a Hashids.DecodingError
if the provided data is not a valid hash value or a
Hashids struct with incompatible alphabet.