Created
November 7, 2012 13:02
-
-
Save nox/4031472 to your computer and use it in GitHub Desktop.
Erlang's lists BIFs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ grep 'bif lists:' erts/emulator/beam/bif.tab | |
bif lists:member/2 | |
bif lists:reverse/2 | |
bif lists:keymember/3 | |
bif lists:keysearch/3 | |
bif lists:keyfind/3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment