don't remember any off the top of my head. I use elixir, I do often dive into the data structures with IO.inspect(..., structs: false) which exposes all of the "hidden" fields. Enough so that I know how to do this without having to look it up.
I suppose you could also use the debugger, but I value my time.
I suppose you could also use the debugger, but I value my time.