diff options
author | Andrew Bennett <[email protected]> | 2015-06-10 13:48:30 -0600 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2015-11-04 15:44:14 +0100 |
commit | b93e9b611056828ac2c82f225960aa29348ebe97 (patch) | |
tree | 2a932c72914ce44db8fa15a9c76cb8004cc5a333 /erts/emulator/beam/bif.tab | |
parent | 59911612aec5f18b099dbc518089dd3ce48fdd97 (diff) | |
download | otp-b93e9b611056828ac2c82f225960aa29348ebe97.tar.gz otp-b93e9b611056828ac2c82f225960aa29348ebe97.tar.bz2 otp-b93e9b611056828ac2c82f225960aa29348ebe97.zip |
stdlib: Add BIF binary:split/2 and binary:split/3
Diffstat (limited to 'erts/emulator/beam/bif.tab')
-rw-r--r-- | erts/emulator/beam/bif.tab | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/erts/emulator/beam/bif.tab b/erts/emulator/beam/bif.tab index 4f0656d174..65f8d6f1f5 100644 --- a/erts/emulator/beam/bif.tab +++ b/erts/emulator/beam/bif.tab @@ -643,3 +643,10 @@ bif erts_debug:map_info/1 # bif erlang:hash/2 + +# +# New in 19.0 +# + +bif binary:split/2 +bif binary:split/3 |