Add FnPtr::call.

This commit is contained in:
Stephen Chung
2021-11-27 16:28:34 +08:00
parent d56585c877
commit 30bfdd841a
5 changed files with 111 additions and 6 deletions

View File

@@ -13,6 +13,7 @@ Enhancements
------------
* Added `into_array` and `into_typed_array` for `Dynamic`.
* New `FnPtr::call` to simplify calling a function pointer.
Deprecated API's
----------------