import type * as P from "@tsplus/stdlib/prelude/FoldableWithIndex" /** * @tsplus static Chunk.Ops FoldableWithIndex */ export const FoldableWithIndex = HKT.instance>({ ...Chunk.FoldMapWithIndex, ...Chunk.ReduceWithIndex, ...Chunk.ReduceRightWithIndex })