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