package scid
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Scid.H
val check : Bytes.t -> int -> (unit, string) Result.resultcheck b p is Ok () if b contains a valid header starting at p, and Error msg otherwise
val write : ?start:int -> ?len:int -> Bytes.t -> int -> unitwrite ~start ~len b p write the portion of the valid SCID header starting at start, of length len, to b at p.