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