Interface JsIterable<VALUE>

All Known Subinterfaces:
Generator<VALUE,UNUSED_RETURN_T,UNUSED_NEXT_T>, JsIteratorIterable<T>, ReadonlyArray<T>, ReadonlyMap<KEY,VALUE>
All Known Implementing Classes:
Arguments, BigInt64Array, BigUint64Array, Float32Array, Float64Array, Int16Array, Int32Array, Int8Array, ITemplateArray, JsArray, JsMap, JsSet, JsString, RegExpResult, RegExpResultIndices, TypedArray, Uint16Array, Uint32Array, Uint8Array, Uint8ClampedArray

@JsType(isNative=true, name="Iterable", namespace="<global>") public interface JsIterable<VALUE>