2], "asd", 0)
nil
iex 30> List.keyfind([a: 1, b: 2], :a, 0)
{:a, 1}
iex(9)> List.keyfind(["asd": 1, "qwe": 2], :asd, 0) {:asd, 1}
Обсуждают сегодня