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