You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I Google a specific function for Elixir looking for API docs, I am not given a link directly to that function. Instead I get a link to the module page, but this is not always obvious or useful especially if you are new to the language trying to figure out what to use.
Take a few searches as an example:
elixir string split
elixir binary macro
elixir defmodule
I think if each function had their own pages, Google would index more useful information.