extractFromIterable<T> function

T extractFromIterable<T>(
  1. Iterable<T> iterable
)

Implementation

T extractFromIterable<T>(Iterable<T> iterable) {
  throw UnsupportedError('Only used statically to mess with the type system.');
}