aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/bif.tab
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2015-01-21 18:22:58 +0100
committerBjörn-Egil Dahlberg <[email protected]>2015-03-12 18:56:41 +0100
commita7a0bb29fd162cdfc6cdf6eb18cb5e2cf22a430e (patch)
tree34d3c6aa8c0de8e676ef25265e0e8f6e8516ed31 /erts/emulator/beam/bif.tab
parentb0b6eff0bebd25ba371a027b824426b87bd2a1d6 (diff)
downloadotp-a7a0bb29fd162cdfc6cdf6eb18cb5e2cf22a430e.tar.gz
otp-a7a0bb29fd162cdfc6cdf6eb18cb5e2cf22a430e.tar.bz2
otp-a7a0bb29fd162cdfc6cdf6eb18cb5e2cf22a430e.zip
erts: Add hashmap:find/2
Diffstat (limited to 'erts/emulator/beam/bif.tab')
-rw-r--r--erts/emulator/beam/bif.tab1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/bif.tab b/erts/emulator/beam/bif.tab
index 6408883e96..c0fb1f8827 100644
--- a/erts/emulator/beam/bif.tab
+++ b/erts/emulator/beam/bif.tab
@@ -617,6 +617,7 @@ bif erlang:get_keys/0
# Hash Array Mappped Trie
bif hashmap:put/3
bif hashmap:get/2
+bif hashmap:find/2
bif hashmap:remove/2
bif hashmap:info/1
bif hashmap:to_list/1