searchExtent<E> method

int searchExtent<E>(
  1. E value
)

Implementation

int searchExtent<E>(E value) => Extent.search(this, value);