benjamintanweihao / the-little-elixir-otp-guidebook-code

Code examples for The Little Elixir & OTP Guidebook
372 stars 71 forks source link

refactor "Map.size" to "Enum.count" #18

Closed guypeer8 closed 4 years ago

guypeer8 commented 4 years ago

on "count_children", use the Enum.count function since Map.size is no longer supported, map fully implements the Enum protocol