import type * as P from "@tsplus/stdlib/prelude/ForEachWithIndex" /** * @tsplus static ImmutableArray.Ops ForEachWithIndex */ export const ForEachWithIndex = HKT.instance>({ ...ImmutableArray.Covariant, forEachWithIndexF: ImmutableArray.forEachWithIndexF })