TransAlt


Lens<'r, 'a>

Lenses are composable functional references. They allow you to access and modify data potentially very deep within a structure!

Record Fields

Record FieldDescription
get
Signature: 'r -> 'a
set
Signature: 'r * 'a -> 'r
Fork me on GitHub