Set Focused Value
Replaces the value focused by a lens with a new value.
data (Any): The input structure.
Any
lens (Lens): The lens defining the focus.
Lens
value (Any): The new value to set.
The updated structure.