Sigils are a mechanism for working with textual representations in Elixir. If
you’ve ever made an array of Strings in Ruby with %w()
, the API is similar.
A neat feature of sigils is that we can make custom variants, or override
existing Kernel variants. The latter is generally discouraged.