Add Dynamic::deep_scan.

This commit is contained in:
Stephen Chung
2022-12-13 13:35:23 +08:00
parent a88cc35901
commit 82a455b4d7
3 changed files with 28 additions and 22 deletions

View File

@@ -63,6 +63,7 @@ Enhancements
* Expression nesting levels is refined such that it grows less excessively for common patterns.
* The traits `Index` and `IndexMut` are added to `FnPtr`.
* `FnPtr::iter_curry` and `FnPtr::iter_curry_mut` are added.
* `Dynamic::deep_scan` is added to recursively scan for `Dynamic` values.
Version 1.11.0