Bug fix: Zip operator crash and `len` warning
Fixed one crash and one extra warning message:
Zipnow won't crash when trying to do the internal type checking. It does not yet return the proper result, but that should be safe for most uses (see #150).lenoperator no longer produces a warning and type checks as afloat.
What's Changed
- Type-Checking the Zip operator on Dictionary should not crash by @gordonwatts in #149
- Test that triggers the
lenerror by @gordonwatts in #151
Full Changelog: 3.3.2...3.3.3