Rename Iterator<Item=T> to Iterator<T>

This commit is contained in:
Stephen Chung
2022-07-26 14:46:34 +08:00
parent 835fa8afa3
commit a76f4dd6d3
2 changed files with 16 additions and 15 deletions

View File

@@ -35,6 +35,7 @@ Enhancements
* A new `range` function variant that takes an exclusive range with a step.
* `as_string` is added to BLOB's to convert it into a string by interpreting it as a UTF-8 byte stream.
* `FnAccess::is_private`, `FnAccess::is_public`, `FnNamespace::is_module_namespace` and `FnNameSpace::is_global_namespace` are added for convenience.
* `Iterator<Item=T>` type for functions metadata is simplified to `Iterator<T>`.
Version 1.8.0