diff options
author | Björn-Egil Dahlberg <[email protected]> | 2013-09-30 20:13:07 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2014-01-28 15:56:26 +0100 |
commit | bc0960c095e9482ba0f452c9df3623f5c9c54e1f (patch) | |
tree | 23fd2c358ca5a85c36a7fcbf1de66efeba10b122 /lib/odbc/test/README | |
parent | 43ed0cc716039c3b2f65a5395f00424169639309 (diff) | |
download | otp-bc0960c095e9482ba0f452c9df3623f5c9c54e1f.tar.gz otp-bc0960c095e9482ba0f452c9df3623f5c9c54e1f.tar.bz2 otp-bc0960c095e9482ba0f452c9df3623f5c9c54e1f.zip |
erts: Introduce more Maps BIFs
* map:remove/2
* map:keys/1
* map:values/1
* map:is_key/2
* map:update/3
- Equivalent to ':=' operator in #{ K := V } maps.
* map:from_list/1
- map:from_list/1 takes any unsorted key/value list, [{K,V}], and
produces a map. Duplicate keys are removed. The latest key is kept.
* map:find/2
- Searches for a pair that *equals* input key.
* map:merge/2
- Merge two maps to one map.
Diffstat (limited to 'lib/odbc/test/README')
0 files changed, 0 insertions, 0 deletions