toMapLike
fun <KEY, VALUE : Any> MutableMap<KEY, VALUE>.toMapLike(concurrent: Boolean): MapLikeCollection<KEY, VALUE>
Wraps the map in a MapLikeCollection, this assumes that the map can safely be accessed concurrently if concurrent is true
.