https://github.com/JetBrains/kotlin/blob/master/libraries/stdlib/src/kotlin/collections/Collections.kt#L100 - i noticed that for this particular signature of listOf, the terminology is “immutable” - but elsewhere for other listOf signatures we’re using the term “read-only” - should we consider these to be conceptually identical? In other words we should use the terminology “immutable” and “read-only” synonymously when referring to a List?