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.12.0.tar.gz
sha256=811035b63ecc0fc63f4ce07ca15140cefdbc6118ed7b419aa1bfdb81bee8f5d8
md5=c6be835c68943135ccca40a034a1eb28
doc/textutils.ascii_table/Ascii_table/index.html
Module Ascii_table
module Color : sig ... endmodule Attr : sig ... endmodule Align : sig ... endmodule Display : sig ... endmodule Column : sig ... endval output : (_, oc:Core.Out_channel.t -> unit) rendererThe idea is that you have a Column.t list and a list of rows, where each row contains the data for each column. So e.g. 'a could be a record type col_1 : int; col_2 : string, where the first column pulls out col_1 and the second column pulls out col_2. *
val to_string_noattr : (_, string) rendererval to_string : (_, string) rendererval simple_list_table :
?index:bool ->
?limit_width_to:int ->
?oc:Core.Out_channel.t ->
?display:Display.t ->
string list ->
string list list ->
unitmodule Table_char : sig ... end sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>