Operator

>=(_:)

Creates a Predicate<Input> that can match any elements greater than or equal to value

Declaration

func >= <Input>(value: Input) -> Predicate<Input> where Input : Comparable

Parameters

value

The element to compare to.