Last Updated: September 09, 2019
·
687
· semka

Search in complex list

If you want to find entry in complex list like:

[{p1, [{c1, x}, {c2, o}]}, ...]

Please for God's sake do not implement custom search. Use lists:keyfind/3 instead.