The feature to find the value inside the nested map.
瀬川昂弘
123430024@REDACTED
Wed Jun 16 04:04:38 CEST 2021
Assuming,
Map = #{a => b,c => #{1 => 2,3 => 4,5 => #{x => y}}}.
Expected:
maps:new_find_fun(Key = 5, Map) = {ok,#{x => y}}.
It's useful there is the above feature, in my guess.
--
Takahiro Segawa.
E-mail:123430024@REDACTED
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20210616/6d3351da/attachment.htm>
More information about the erlang-questions
mailing list