What's Changed
- Added: Conformances to
ExpressibleByArrayLiteralandExpressibleByDictionaryLiteral(thanks @fwcd, https://github.com/pointfreeco/swift-nonempty/pull/49). - Added: Conditional conformance to
Sendable(thanks @tgrapperon, https://github.com/pointfreeco/swift-nonempty/pull/52). - Fixed: Codability now use single value containers (thanks @john-flanagan, https://github.c...