Hashids.encode
You're seeing just the function
encode
, go back to Hashids module for more information.
Specs
encode(t(), non_neg_integer()) :: iodata()
encode(t(), [non_neg_integer()]) :: iodata()
Encode the given number or a list of numbers.
Only non-negative integers are supported.