Search
❯
Sep 17, 20251 min read
Uses notation list[start..end]
list[start..end]
P := [2, 3, 5, 7, 11, 13, 17, 19] P[3..6] // [5,7,11,13]