Type Method

identical(to:)

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

Declaration

static func identical(to value: Input) -> Predicate<Input>

Parameters

value

The element to compare to.