You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for you the nifpp project. Quite useful one.
I have a quick question on representing maps of maps. For example if I would like to return this following map to the Erlang from a nif, how could I do that?
#{
abc => 1,
mln => "mln",
pqr => #{
a => 1,
b => 2
}
}
Thanks
-Vasu
The text was updated successfully, but these errors were encountered:
Thanks for you the nifpp project. Quite useful one.
I have a quick question on representing maps of maps. For example if I would like to return this following map to the Erlang from a nif, how could I do that?
Thanks
-Vasu
The text was updated successfully, but these errors were encountered: