package ppx_bitstring

  1. Overview
  2. Docs
type t =
  1. | Little
  2. | Big
  3. | Native
  4. | Referred of Ppxlib.Parsetree.expression
val to_string : t -> string