deprecating nth for integers is annoying

Doug Coleman 2009-09-08 14:18:26 -05:00
parent b279c5751c
commit be29ee2929
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
! 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