If you consider yourself a fan of high fantasy, I would be willing to bet that there is a good chance you have at least heard the name "Brandon Sanderson" even if you have never read one of his books.
Report do def user_age_to_string(user) do Integer.to_string(user.age) end end # An anderer Stelle im Projekt: Report.user_age_to_string(%{age: "42"}) Integer.to_string/1 is Elixir's usual notation for ...