<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class="">Thanks.</div><div class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 28 Feb 2020, at 11:58, Łukasz Niemier <<a href="mailto:lukasz@niemier.pl" class="">lukasz@niemier.pl</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html; charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class=""><blockquote type="cite" class=""><div class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class=""><div class="REFBODY rb-7"><p class=""><font face="Courier" class="">Returns a list of pairs representing the key-value associations of
          <span class="code">Map</span>, where the pairs
          <span class="code">[{K1,V1}, ..., {Kn,Vn}]</span> <b class=""><i class="">are returned in arbitrary order.</i></b></font></p><div class="">It appears that the list returned has been sorted in ascending order, using value of the key as a criterion for sorting.</div></div></div></div></div></blockquote><br class=""></div><div class="">„Sorted” is special case of „arbitrary order”. Also this is only case in case of maps with less than 32 keys which are stored as 2 sorted tuples. Over that limit the map is stored as a hash map which will cause more „arbitrary ordering”.</div><br class=""><div class="">
<div style="letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">--<br class=""><br class="">Łukasz Niemier<br class=""><a href="mailto:lukasz@niemier.pl" class="">lukasz@niemier.pl</a><br class=""></div>
</div>
<br class=""></div></div></blockquote></div><br class=""></div></body></html>