Clyybber
|
f3eb0a5970
|
capture macro now accepts variables of different types (#13356)
* Capture macro can now accept variables of different types
* Add test
* Update examples
* Use let instead of var
|
2020-02-15 19:53:40 +01:00 |
|
Clyybber
|
d43e5bef39
|
Fix capture for object types (#13315)
* Fix capture for object|tuple|... types
* Add test case
|
2020-02-02 13:52:21 +01:00 |
|
Judd
|
56cf3403b4
|
introduce capture macro (#12712)
capture works for more cases than `closureScope`.
|
2019-12-10 13:16:37 +01:00 |
|