inline specialized-vector byte-length

db4
Joe Groff 2010-01-24 20:16:10 -08:00
parent 942f6e0943
commit 14de77d435
1 changed files with 2 additions and 2 deletions

View File

@ -24,9 +24,9 @@ WHERE
V A <A> vectors.functor:define-vector
M: V contract 2drop ;
M: V contract 2drop ; inline
M: V byte-length underlying>> byte-length ;
M: V byte-length underlying>> byte-length ; inline
M: V pprint-delims drop \ V{ \ } ;