Elixir newbie here. I've been trying to convert KeywordList into a string. I can do so with
IO.inspect([name: "John Doe"])
but it prints the string to console. Is there a function that just returns the string?
inspect([name: "John Doe"])
It is defined by the Kernel module and therefore automatically imported.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With