powered by
A lens between a list and an unrecursively unlisted object.
unlist_l
An object of class lens of length 2.
lens
# NOT RUN { (x <- list(x = list(y = 1:10))) view(x, unlist_l) set(x, unlist_l %.% unlist_l, rep("hello", 10)) # }
Run the code above in your browser using DataLab