canFind

Checks if range contains subrange.

  1. bool canFind(A range, B elem)
    bool
    canFind
    (
    A
    B
    )
    (,)
    if ()
  2. bool canFind(A range, B subrange)
  3. bool canFind(A range)

Parameters

range A

The range to search in.

Return Value

Type: bool

True if range contains subrange.

Meta