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 Field | Description |
get
Signature: 'r -> 'a
|
![]() ![]() |
set
Signature: 'r * 'a -> 'r
|
![]() ![]() |