Hello,

    Say I have several data structures that are marshalled(using Binary class) and written out linearly on persistence store. I want to calculate the offsets in bytes of these various data structures in a functional language way. What is the "suggested" (elegant) way .... ?

Regards, Vasili