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