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 »
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 »