Macro.Env.vars

You're seeing just the function vars, go back to Macro.Env module for more information.

Specs

vars(t()) :: [variable()]

Returns a list of variables in the current environment.

Each variable is identified by a tuple of two elements, where the first element is the variable name as an atom and the second element is its context, which may be an atom or an integer.