Type Method

id(_:)

Creates a Predicate<Input> that can match any elements identical to value

Declaration

static func id(_ value: Input) -> Predicate<Input>

Parameters

value

The element to compare to.