IEx.configure(inspect: [charlists: :as_lists])
Run this manually inside iex
or put it in a file called .iex.exs
at the root of your project and it will be ran automatically on iex
startup in that directory.
IEx.configure(inspect: [charlists: :as_lists])
Run this manually inside iex
or put it in a file called .iex.exs
at the root of your project and it will be ran automatically on iex
startup in that directory.