package bap-frames

  1. Overview
  2. Docs
type t = {
  1. mutable read : bool;
  2. mutable written : bool;
  3. mutable index : bool;
  4. mutable base : bool;
}