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.15.0.tar.gz
sha256=c0368fb6ad18727cd69fbfb20dd734fb7f7189707107d1f88d8de15837dc22df
doc/textutils.ascii_table_kernel/Ascii_table_kernel/Column/index.html
Module Ascii_table_kernel.Column
module Align : sig ... endmodule Show : sig ... endval sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.tval 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
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.
val header : 'a t -> stringval to_data : 'a t -> 'a -> Ansi_kernel.Attr.t list * string listmodule Of_field : sig ... endThis module is used for constructing lists of 'a ts from a record's fields. The intention is to use Fields.to_list to obtain a list.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>