VersionedCodable icon indicating copy to clipboard operation
VersionedCodable copied to clipboard

Conform `Never` to `VersionedCodable`

Open jrothwell opened this issue 8 months ago • 0 comments

Conform Never to VersionedCodable in line with SE-0396.

This might allow for Never to become the 'stopper type' to indicate that there are no earlier versions of a type, replacing NothingEarlier. However, I would still expect NothingEarlier to exist in the package, as something significantly more legible than PreviousVersion = Never.

jrothwell avatar Jun 22 '24 13:06 jrothwell