Andrey Antukh 2e97f01838 🐛 Fix safe-subvec 2-arity rejecting start=0
The guard used (> start 0) instead of (>= start 0), so
(safe-subvec v 0) returned nil instead of the full vector.
2026-04-15 11:42:49 +02:00
..
2024-09-03 23:35:53 +02:00
2026-04-15 11:42:49 +02:00
2026-01-22 13:55:41 +01:00
2026-03-11 15:24:40 +01:00