deprecating nth for integers is annoying

db4
Doug Coleman 2009-09-08 14:18:26 -05:00
parent 9f9b6bca01
commit b9eb3a791f
1 changed files with 2 additions and 2 deletions

View File

@ -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