mirror of
https://github.com/janet-lang/janet
synced 2025-01-23 21:56:52 +00:00
nitpick performance tweak
This commit is contained in:
parent
5317edc65d
commit
70b2e8179d
@ -1134,7 +1134,7 @@
|
||||
(cond
|
||||
(<= 0 n len) (f ind n)
|
||||
(< (- len) n 0) (f ind 0 (+ len n))
|
||||
(f ind 0 0)))
|
||||
(f ind len)))
|
||||
|
||||
(defn- drop-n-dict
|
||||
[f n ind]
|
||||
|
Loading…
Reference in New Issue
Block a user