fix forEach reference
This commit is contained in:
parent
f08fa20cf6
commit
913c004adb
1 changed files with 1 additions and 1 deletions
|
|
@ -1798,7 +1798,7 @@
|
||||||
(equiv [this o] (.map_equiv org o))
|
(equiv [this o] (.map_equiv org o))
|
||||||
(empty [this] (.map_empty org))
|
(empty [this] (.map_empty org))
|
||||||
(iterator [this] (.map_iterator org))
|
(iterator [this] (.map_iterator org))
|
||||||
(forEach [this c] (.map_foreach org c))
|
(forEach [this c] (.map_forEach org c))
|
||||||
(seq [this] (.map_seq org))
|
(seq [this] (.map_seq org))
|
||||||
(count [this] (.struct_count org))
|
(count [this] (.struct_count org))
|
||||||
(assoc [this k v] (.struct_assoc org k v))
|
(assoc [this k v] (.struct_assoc org k v))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue