Avatar
omochimetaru 10/5/2017 6:38 AM
enum Value { case .int(Int) case .str(String) } で、 Array<Value> から Array<Int> になったり Array<String> になったりしたい?