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's exactly what it does.
You might have used the use statement in Elixir if you run into using OTP,