elixir 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