[swift-evolution] Three questions about a more "dynamic" Swift for InfoQ
Robert Widmann
devteam.codafi at gmail.com
Tue Sep 27 11:46:27 CDT 2016
* 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 <devteam.codafi at gmail.com> wrote:
>
> UInt32.deserialize,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-evolution/attachments/20160927/a11180c7/attachment.html>
More information about the swift-evolution
mailing list