/** * @tsplus static Chunk.Ops separateWithIndexF */ export const separateWithIndexF = WiltableWithIndex.implementSeparateWithIndexF< number, Chunk.HKT >()( (_: { A: A B: B G: G R: R E: E }) => (G: Applicative) => (f: (k: number, a: A) => HKT.Kind>) => (fa: Chunk): HKT.Kind, Chunk]> => G.map((self: Chunk>) => self.separate)(Chunk.forEachWithIndexF(G)(f)(fa)) )