ivectorLensE<A, E> function
Implementation
EitherLens<IVector<A>, A, E> ivectorLensE<A, E>(int i, E eF()) => lensE((v) => v[i].toEither(eF), (v, a) => v.set(i, a).toEither(eF));
EitherLens<IVector<A>, A, E> ivectorLensE<A, E>(int i, E eF()) => lensE((v) => v[i].toEither(eF), (v, a) => v.set(i, a).toEither(eF));