specter

andyhorng 2023-08-17T12:14:07.758629Z

Hi everyone! I am wondering is there any navigator like srange but without throwing IndexOutOfBoundsException?

andyhorng 2023-08-17T12:21:35.343909Z

I am doing something like (take 1 []) which returns an empty list.

nathanmarz 2023-08-17T19:10:46.979729Z

@andyhorng168 check out srange-dynamic

andyhorng 2023-08-18T05:13:43.634639Z

Great! Thanks