Version 1.0
This release addresses all known inconsistencies.
Recent changes include:
Dict\flatten
added, which takes a traversable of keyedtraversables for consistency with{Vec,Keyset}\flatten
Keyset\from_async
added for consistency with{Dict,Vec}\from_async
Keyset\merge
,Dict\merge
, andKeyset\union
now require at least one argument (all are variadic)C\{min,max_by,min,min_by}
have all been removed in favor of their replacements in theMath\
namespaceMath\min
andMath\max
now take traversables instead of variadicsMath\minva
andMath\maxva
have been added as variadic alternatives\is_hack_array()
and\is_any_array()
have been removed
Changes since v1.0.0rc1:
Math\minv
was renamed toMath\minva
,Math\maxv
was renamed toMath\maxv
\is_hack_array()
and\is_any_array()
have been removed