menu
cowpay package
documentation
core/packages/dartz/dartz.dart
imapLensO<K, V> function
imapLensO<K, V> function
dark_mode
light_mode
imapLensO<
K
,
V
>
function
OptionLens
<
IMap
<
K
,
V
>
,
V
>
imapLensO
<
K
,
V
>(
K
k
)
Implementation
OptionLens<IMap<K, V>, V> imapLensO<K, V>(K k) => lensO((m) => m[k], (m, v) => m.set(k, v));
cowpay package
documentation
core/packages/dartz/dartz
imapLensO<K, V> function
dartz library