# Pipe chain
0wpm
100%accuracy
0stime
users |> Enum.filter(& &1.active) |> Enum.map(& &1.email) |> Enum.uniq()
Start typing to start the clock. Enter auto-indents.
users |> Enum.filter(& &1.active) |> Enum.map(& &1.email) |> Enum.uniq()