package mec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val of_bytes_le : Stdlib.Bytes.t -> t
val is_processed : t -> bool
val of_bool_list : bool list -> t
val next : t -> bit option
val get_chunk : t -> ?default:int -> int -> bit list