* Up to errors in my pseudo-code, of course.
static func deserialize : Get<Person> {
return Get.zip(
UInt32.deserialize,
UInt32.deserialize
).map(Person.init)
}> On Sep 27, 2016, at 12:44 PM, Robert Widmann <[email protected]> wrote: > > UInt32.deserialize,
_______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
