Hi everyone! I am wondering is there any navigator like srange but without throwing IndexOutOfBoundsException?
I am doing something like (take 1 []) which returns an empty list.
(take 1 [])
@andyhorng168 check out srange-dynamic
srange-dynamic
Great! Thanks