isStdlibCollectionType

fun isStdlibCollectionType(type: KSType): Boolean

Returns true for the plain stdlib collection containers (List/MutableList/Set/MutableSet) only — excludes wrapped types like kotlinx.collections.immutable. Used as the unwrap direction's TARGET shape check: unwrap() lands on a plain collection by contract.