The element to compare to.
Type Method
le(_:)
Creates a
Predicate<Input>
that can match any elements less than or equal to value
Framework
- Mock
Swift
Declaration
static func le(_ value: Input) -> Predicate<Input>
Available when
Input
conforms to Comparable
.Parameters
value