Exemple #1
0
def size_greater_than(number: int) -> Condition[Collection]:
    return match.collection_has_size_greater_than(number)
Exemple #2
0
def size_greater_than(number: int) -> _match.CollectionCondition:
    return _match.collection_has_size_greater_than(number).not_