bytes>> ( object -- value )


Vocabulary
accessors

Inputs
objectan object


Outputs
valuean object


Definition

GENERIC: bytes>> ( object -- value )


Methods

M: CUuuid bytes>>
T{ struct-slot-spec
{ name "bytes" }
{ offset 0 }
{ class object }
{ type { char 16 } }
} read-struct-slot ; inline






























M: ogg-packet bytes>>
T{ struct-slot-spec
{ name "bytes" }
{ offset 8 }
{ class integer }
{ initial 0 }
{ type long }
} read-struct-slot ; inline