Sep 7, 2015
What's 'use' statement in Elixir?
> use just calls the __using__ macro on the specified module. You might have run into that explanation of use but that does not explain much even though that'
4 min read min read
> use just calls the __using__ macro on the specified module. You might have run into that explanation of use but that does not explain much even though that'