void forEach(void Function(E element, int index, JsArray<E> array) fn) => jsu.callMethod(this, 'forEach', [allowInterop(fn)]);