package core_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val int64_t_be : (Core.Int64.t, 'd, 'w) t_local
val int64_t_le : (Core.Int64.t, 'd, 'w) t_local
val head_padded_fixed_string : padding:char -> len:int -> (string, 'd, 'w) t_local
val tail_padded_fixed_string : padding:char -> len:int -> (string, 'd, 'w) t_local
val string : str_pos:int -> len:int -> (string, 'd, 'w) t_local
val bytes : str_pos:int -> len:int -> (Core.Bytes.t, 'd, 'w) t_local
val stringo : ?str_pos:int -> ?len:int -> (string, 'd, 'w) t_local
val byteso : ?str_pos:int -> ?len:int -> (Core.Bytes.t, 'd, 'w) t_local