hints: specialize le> and be> for byte-array.

db4
John Benediktsson 2014-06-02 17:10:16 -07:00
parent 285c0c64b9
commit ece22caa43
1 changed files with 4 additions and 0 deletions

View File

@ -128,6 +128,10 @@ set-specializer
set-specializer set-specializer
] each ] each
{ le> be> } [
{ byte-array } set-specializer
] each
\ base> { string fixnum } set-specializer \ base> { string fixnum } set-specializer
M\ hashtable at* M\ hashtable at*