View Source IbanEx.Validator.Replacements (iban_ex v0.1.8)

Replacements in IBANs for checksums calculations

Summary

Types

@type replacements() :: %{required(symbol()) => value()}
@type symbol() :: <<_::8>>
@type value() :: <<_::16>>

Functions

@spec replace(symbol()) :: value()
@spec replacements() :: replacements()