Closed ole closed 7 years ago
The first usage example in the readme fails to compile under Swift 3.0.2 on this line:
let properties = try properties(Person)
with one error and one warning:
error: variable used within its own initial value warning: missing '.self' for reference to metatype of type 'Person'
This change fixes it.
@ole thanks!
The first usage example in the readme fails to compile under Swift 3.0.2 on this line:
with one error and one warning:
This change fixes it.