imapLensE<K, V, E> function
Implementation
EitherLens<IMap<K, V>, V, E> imapLensE<K, V, E>(K k, E eF()) => lensE((m) => m[k].toEither(eF), (m, v) => m.set(k, v).toEither(eF));
EitherLens<IMap<K, V>, V, E> imapLensE<K, V, E>(K k, E eF()) => lensE((m) => m[k].toEither(eF), (m, v) => m.set(k, v).toEither(eF));