contains

const @nogc
static if(isOrdered!ordering)
@"complexity", "O(log(length))"
bool
contains
(
U
)
()

Return Value

Type: bool

true iff this contains value.

Meta