In the Erlang shell, erl
, I can use rr(Mod)
to load the record definitions from the specified module. This allows me to see the field names when looking at a record in the shell.
What's the equivalent to rr(Mod)
in the Elixir shell, iex
?
For example, I've got an 'RSAPrivateKey'
Erlang record, but when shown in iex
, all I see is:
{:RSAPrivateKey,
<<48, 130, 4, 164, 2, 1, 0, 2, 130, 1, 1, 0, 181, 223, 0, 179, 206, 108, 57,
72, 227, 146, 53, 117, 218, 232, 204, 33, 153, 161, 201, 232, 23, 145, 201,
134, 105, 53, 164, 223, 95, 111, 64, 29, 254, 114, 146, 33, ...>>,
:not_encrypted}