Vincent DELMAESTRO

Results 1 issues of Vincent DELMAESTRO

Hi ! Following the example given in the documentation: ``` struct Book: Codable { @Element var id: Int } ``` I tried to create an instance of a Book: `let...