Package: effect
Module: Chunk
Change the element at the specified index, creating a new Chunk,
or returning the input if the index is out of bounds.
Signature
declare const replace: { <B>(i: number, b: B): <A>(self: Chunk<A>) => Chunk<B | A>; <A, B>(self: Chunk<A>, i: number, b: B): Chunk<B | A>; }
Since v2.0.0