> On Oct 30, 2016, at 12:50 PM, Adrian Zubarev via swift-users > <swift-users@swift.org> wrote: > > Hi there, > > is there actually a way to build a custom data structure that will > automatically be converted to little/big endian on a little/big endian > system, just like (U)Int16/32/64 do? > > I could build as a workaround a mechanism that will do that for me, but I’m > curious if this is possible with some workaround.
Hi Adrian, This isn’t something that Swift provides a magic answer to today, but it seems possible that the “property behaviors” proposal (which is currently shelved, but will hopefully come back in the future) could be used to address this. -Chris
_______________________________________________ swift-users mailing list swift-users@swift.org https://lists.swift.org/mailman/listinfo/swift-users