deprecating nth for integers is annoying
parent
9f9b6bca01
commit
b9eb3a791f
|
@ -99,8 +99,8 @@ M: f like drop [ f ] when-empty ; inline
|
||||||
INSTANCE: f immutable-sequence
|
INSTANCE: f immutable-sequence
|
||||||
|
|
||||||
! Integers used to support the sequence protocol
|
! Integers used to support the sequence protocol
|
||||||
M: integer length ; inline deprecated
|
M: integer length ; inline
|
||||||
M: integer nth-unsafe drop ; inline deprecated
|
M: integer nth-unsafe drop ; inline
|
||||||
|
|
||||||
INSTANCE: integer immutable-sequence
|
INSTANCE: integer immutable-sequence
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue