Add NativeCallContext::call_fn

This commit is contained in:
Stephen Chung
2021-12-18 12:29:04 +08:00
parent 1c1247ac9a
commit fc84600b22
2 changed files with 34 additions and 2 deletions

View File

@@ -12,6 +12,11 @@ New features
* Added support for integer _ranges_ via the `..` and `..=` operators.
Enhancements
------------
* Added `NativeCallContext::call_fn` to easily call a function.
Deprecated API's
----------------