setElementsAreAllInstancesOfKind

fun A_Set.setElementsAreAllInstancesOfKind(kind: AvailObject): Boolean

Check if all elements of the set are instances of the specified kind (any type that isn't an instance type).

Return

Whether all elements conform with the specified non-instance type.

Parameters

kind

The type with which to test all elements.