gdjn  Diff

Differences From Artifact [37b502b2c6]:

To Artifact [2a6ade94f8]:


   146    146   					    has is-empty find rfind count
   147    147   					    reverse slice duplicate]
   148    148   			 :ctors {:empty []}
   149    149   			 }
   150    150   		   packed-types)
   151    151   	{:id array :mode :dc
   152    152   	 :binds [ref set-typed operator-index operator-index-const]
   153         -	 :methods [size is-empty clear]
          153  +	 :methods [size is-empty clear append append-array insert]
   154    154   	 :ctors {:empty []}
   155    155   	 :indexed true}
   156    156   	{:id dictionary :mode :dc
   157    157   	 :binds [set-typed operator-index operator-index-const]
   158    158   	 :methods [size is-empty clear]
   159    159   	 :ctors {:empty []}
   160    160   	 :indexed true}