Fair enough.
In this case it’s definitely being created by mapOf()
, which in its current implementation seems to be a LinkedHashMap
, although there’s no guarantee that can’t change in the future, so there’s still some risk there in theory.
Fair enough.
In this case it’s definitely being created by mapOf()
, which in its current implementation seems to be a LinkedHashMap
, although there’s no guarantee that can’t change in the future, so there’s still some risk there in theory.