Module Vdom_keyboard.Help_text
type t
val compare : t -> t -> int
val empty : tval is_empty : t -> boolval of_command_list : Command.t list -> tval add_command : t -> Command.t -> tadd_command is linear in the number of commands in t.
val commands : t -> Command.t listval view : ?sep:string -> t -> View_spec.t -> Vdom_keyboard__.Import.Vdom.Node.tview displays a help text table with one row per command.
view_rows is similar to view, but returns a list of row nodes instead of wrapping them in a table node.
val view_rows : ?sep:string -> t -> View_spec.t -> Vdom_keyboard__.Import.Vdom.Node.t list