Ron K
06/26/2018, 2:46 PMfun Map<Any, Any>.cast(value: RubyHash) = value.toMap()
. But this doesn't work.Andreas Sinz
06/26/2018, 2:58 PMLinkedHashMap
and need to turn it into a RubyHash
?Ron K
06/26/2018, 3:00 PMRubyHash
and need to turn it into a LinkedHashMap
Andreas Sinz
06/26/2018, 3:03 PMRubyHash
implements Map
, is there a specific reason you need a LinkedHashMap
?Ron K
06/26/2018, 3:05 PMRon K
06/26/2018, 3:05 PMRon K
06/26/2018, 3:12 PMLinkedHashMap
is, that I need a fixed order in which the elements were put into the map540grunkspin
06/26/2018, 3:22 PMAndreas Sinz
06/26/2018, 3:57 PM