isSubsetOf abstract method

bool isSubsetOf(
  1. T other
)

Checks if this value is less than or equal to another (⊑).

Implementation

bool isSubsetOf(T other);