Fix Module::set_indexer_set_fn.

This commit is contained in:
Stephen Chung
2020-07-24 23:16:54 +08:00
parent bff266d4e1
commit 2b0aacde23
4 changed files with 55 additions and 6 deletions

View File

@@ -18,6 +18,7 @@ New features
* Anonymous functions in the syntax of a closure, e.g. `|x, y, z| x + y - z`.
* Custom syntax now works even without the `internals` feature.
* Currying of function pointers is supported via the `curry` keyword.
* `Module::set_indexer_get_set_fn` is added as a shorthand of both `Module::set_indexer_get_fn` and `Module::set_indexer_set_fn`.
Breaking changes
----------------