marksands/BetterCodable

LoselessValue property cannot be used in normal init

igorkulman opened this issue · 0 comments

Currently when you have a class with a property marked as @LosslessValue you cannot initialize the class "directly" via a custom init method as the property marked as @LosslessValue can only by initialized as Decodable.