At provides a Lens for a structure S to focus in A at a given index I.
source of Lens
index that uniquely identifies the focus of the Lens
focus that is supposed to be unique for a given pair S and I.
Get a Lens for a structure S with focus in A at index i.
DSL to compose At with a Fold for a structure S to focus in on A at given index I.
DSL to compose At with a Getter for a structure S to focus in on A at given index I.
DSL to compose At with an Iso for a structure S to focus in on A at given index I.
DSL to compose At with a Lens for a structure S to focus in on A at given index I.
DSL to compose At with an Optional for a structure S to focus in on A at given index I.
DSL to compose At with a Prism for a structure S to focus in on A at given index I.
DSL to compose At with a Setter for a structure S to focus in on A at given index I.
DSL to compose At with a Traversal for a structure S to focus in on A at given index I.
Lift deletion of a value associated with a key in a Map-like container
Delete a value associated with a key in a Map-like container