Some Core library enhancements
This release contains the work done to provide some few extra enhacements to the Core
library.
To provide further details about the work done:
- implemented the
LossyCodableList
struct and property wrapper; - implemented the
isNil
andisNotNil
computed properties in theOptional+Nil
extension; - implemented the
isNotEmpty
computed property in theCollection+Empty
extension; - improved some existing implementations for the
String+Empty
andTimeZone+Zone
extensions.