diff options
author | Björn-Egil Dahlberg <[email protected]> | 2014-12-10 17:52:28 +0100 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2015-03-12 19:15:25 +0100 |
commit | 831ac12e04004c2e93aafc9f52264a57757fa2eb (patch) | |
tree | 37228afb706373ba623eb76c3f14239e4235d466 /erts/emulator/beam/bif.tab | |
parent | e179bd5be24b6b07cc4e8d0e58211fd62599ee9d (diff) | |
download | otp-831ac12e04004c2e93aafc9f52264a57757fa2eb.tar.gz otp-831ac12e04004c2e93aafc9f52264a57757fa2eb.tar.bz2 otp-831ac12e04004c2e93aafc9f52264a57757fa2eb.zip |
erts: Add hashmap:from_list/1
Diffstat (limited to 'erts/emulator/beam/bif.tab')
-rw-r--r-- | erts/emulator/beam/bif.tab | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/bif.tab b/erts/emulator/beam/bif.tab index 27ae8adcec..5ffd5b37b5 100644 --- a/erts/emulator/beam/bif.tab +++ b/erts/emulator/beam/bif.tab @@ -621,6 +621,7 @@ bif hashmap:find/2 bif hashmap:update/3 bif hashmap:remove/2 bif hashmap:info/1 +bif hashmap:from_list/1 bif hashmap:to_list/1 bif hashmap:new/0 bif hashmap:is_key/2 |