The element to compare to.
Type Method
id(_:)
Creates a
Predicate<Input>
that can match any elements identical to value
Framework
- Mock
Swift
Declaration
static func id(_ value: Input) -> Predicate<Input>
Parameters
value