replace method

ZipperLocation<ZR, ZI, ZS> replace(
  1. ZR rep
)

Replace current node

Implementation

ZipperLocation<ZR, ZI, ZS> replace(ZR rep) {
  return update(path: path, node: rep);
}