Add take function.
This commit is contained in:
@@ -8,6 +8,7 @@ Enhancements
|
||||
------------
|
||||
|
||||
* Expressions involving `this` should now run slightly faster due to a dedicated `AST` node `ThisPtr`.
|
||||
* A `take` function is added to the standard library to take ownership of any data (replacing with `()`) in order to avoid cloning.
|
||||
|
||||
|
||||
Version 1.14.0
|
||||
|
Reference in New Issue
Block a user