Module Capnp.BytesStorageSource
Sourceval alloc : int -> bytes Sourceval release : 'a -> unit Sourceval length : bytes -> int Sourceval blit :
src:bytes ->
src_pos:int ->
dst:bytes ->
dst_pos:int ->
len:int ->
unit Sourceval blit_to_bytes :
src:bytes ->
src_pos:int ->
dst:bytes ->
dst_pos:int ->
len:int ->
unit Sourceval blit_from_string :
src:string ->
src_pos:int ->
dst:bytes ->
dst_pos:int ->
len:int ->
unit Sourceval zero_out : bytes -> pos:int -> len:int -> unit