package binsec

  1. Overview
  2. Docs

doc/binsec.base/Binsec_base/Prettytbl/index.html

Module Binsec_base.PrettytblSource

Sourcetype alignment =
  1. | L
  2. | C
  3. | R
Sourcemodule Column : sig ... end
Sourcetype t
Sourceval make : Column.t array -> t

make columns create a new table of Array.length columns columns

Sourceval append : t -> string array -> unit

append tbl row append a new row row to the table tbl. row should have the length equal to the column array used to create tbl

include Sigs.PRINTABLE with type t := t
Sourceval pp : Format.formatter -> t -> unit