bit-sets: inline <bit-set>.

db4
John Benediktsson 2012-09-28 20:29:39 -07:00
parent 700cee5afd
commit ba8a3c2ecd
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ IN: bit-sets
TUPLE: bit-set { table bit-array read-only } ;
: <bit-set> ( capacity -- bit-set )
<bit-array> bit-set boa ;
<bit-array> bit-set boa ; inline
INSTANCE: bit-set set