Refine is_empty methods.

This commit is contained in:
Stephen Chung
2022-08-24 21:58:08 +08:00
parent ae5e88928e
commit ca1b7f6a39
7 changed files with 101 additions and 35 deletions

View File

@@ -22,6 +22,11 @@ New features
* For very special needs, the ability to register fallible type iterators is added.
Enhancements
------------
* `is_empty` method is added to arrays, BLOB's, object maps, strings and ranges.
Version 1.9.0
=============