filledSet function

bool filledSet(
  1. Set? set
)

Implementation

bool filledSet(Set? set) => !unfilledSet(set);