<div dir="ltr"><div>It's not in the documentation yet, but there is an api if you look at erl_nif.h<br><br>Check for functions with _map in the name.<br><a href="https://github.com/erlang/otp/blob/743ed31108ee555db18d9833186865e85e34333e/erts/emulator/beam/erl_nif_api_funcs.h">https://github.com/erlang/otp/blob/743ed31108ee555db18d9833186865e85e34333e/erts/emulator/beam/erl_nif_api_funcs.h</a><br><br><br></div>Sergej<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 26, 2015 at 10:01 AM, Knut Nesheim <span dir="ltr"><<a href="mailto:knutin@gmail.com" target="_blank">knutin@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hey,<br>
<br>
I would like to work with maps from within NIFs. Looking around the<br>
documentation (also for 18-rc2), I can't find anything about such an<br>
API. Did I miss it? If not, are there any plans for introducing an API<br>
usable from NIFs?<br>
<br>
Regards<br>
Knut<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br></div>