specialized-arrays.direct: define byte-length on direct arrays

db4
Joe Groff 2009-08-25 18:54:15 -05:00
parent 005107973f
commit f4acf22433
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ M: A set-nth-unsafe underlying>> SET-NTH call ;
M: A like drop dup A instance? [ >A' ] unless ;
M: A new-sequence drop <A'> ;
M: A byte-length length>> T heap-size * ;
M: A pprint-delims drop \ A'{ \ } ;
M: A >pprint-sequence ;