core
/
dev.fritz2.lenses
/
positionLens
common
position
Lens
fun <
T
>
positionLens
(index:
Int
):
Lens
<
List
<
T
>,
T
>
Content copied to clipboard
creates a
Lens
pointing to a certain position in a list
Parameters
index
position to focus on