Jakob Mygind

Results 2 issues of Jakob Mygind

enum Attribute: String { case one = "15" case two = "19" case three = "" } struct MyStructType { var myArray = [Attribute.one] } extension MyStructType: Serializable { init(dictionary:...

Not the prettiest string manipulation, but it seems to work with struct and final class