package textutils
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Text output utilities
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      textutils-v0.16.0.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=7814aa3ce89fa18e48c41f4764336a99cbd4b761fcb46a9df73297923b57feb2
    
    
  doc/textutils.ascii_table_kernel/Ascii_table_kernel/Column/index.html
Module Ascii_table_kernel.ColumnSource
Source
val create : 
  ?align:Align.t ->
  ?min_width:int ->
  ?max_width:int ->
  ?show:[ `Yes | `No | `If_not_empty ] ->
  string ->
  ('a -> string) ->
  'a tcreates a column given the header and the to-string function
Source
val create_attr : 
  ?align:Align.t ->
  ?min_width:int ->
  ?max_width:int ->
  ?show:[ `Yes | `No | `If_not_empty ] ->
  string ->
  ('a -> Ansi_kernel.Attr.t list * string) ->
  'a tlike create, except that the to_string function must provide a list of attributes.
Source
val create_attrs : 
  ?align:Align.t ->
  ?min_width:int ->
  ?max_width:int ->
  ?show:[ `Yes | `No | `If_not_empty ] ->
  string ->
  ('a -> (Ansi_kernel.Attr.t list * string) list) ->
  'a tlike create_attr, except that you can specify many lines with different attributes.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >