package core_kernel

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Iobuf.Blit_fillSource

Blit_fill copies between iobufs and advances dst but does not advance src.

Sourceval blit : src:([> Core.read ], _) t -> src_pos:int -> dst:([> Core.write ], seek) t -> len:int -> unit
Sourceval blito : src:([> Core.read ], _) t -> ?src_pos:int -> ?src_len:int -> dst:([> Core.write ], seek) t -> unit -> unit
Sourceval unsafe_blit : src:([> Core.read ], _) t -> src_pos:int -> dst:([> Core.write ], seek) t -> len:int -> unit
Sourceval blit_maximal : src:([> Core.read ], _) t -> ?src_pos:int -> dst:([> Core.write ], seek) t -> unit -> int
OCaml

Innovation. Community. Security.