A lens between a list and an unrecursively unlisted object.
unlist_l
An object of class lens
of length 2.
(x <- list(x = list(y = 1:10)))#> $x #> $x$y #> [1] 1 2 3 4 5 6 7 8 9 10 #> #>#> $y #> [1] 1 2 3 4 5 6 7 8 9 10 #>#> $x #> $x$y #> [1] "hello" "hello" "hello" "hello" "hello" "hello" "hello" "hello" "hello" #> [10] "hello" #> #>