powered by
empty(x, ...)
s <- rstack() print(empty(s)) ## TRUE s <- insert_top(s, "a") print(empty(s)) ## FALSE
Run the code above in your browser using DataLab