Get Value via Lens
Retrieves a focused value from a data structure using a lens.
data (Any): The data structure to focus on.
Any
lens (Lens): The lens defining the focus.
Lens
The focused value.