package tqdm

  1. Overview
  2. Docs

Module Tqdm.OptionsSource

Sourcetype t = {
  1. style : Style.t;
  2. total_width : int option;
  3. prefix : string;
}
Sourceval default : t