How can I view help documentation for an Elixir module?

Around 1 minute

The iex interpreter includes a function called h which can be used to show documentation for a module

h String
# h/1
h String
# h/1