package hxd
  Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
    Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Hxd.O
val colorscheme_of_array : Fmt.style array -> colorschemeval lowercase : colorscheme -> Fmt.style -> unitval uppercase : colorscheme -> Fmt.style -> unitval digit : colorscheme -> Fmt.style -> unitval code : colorscheme -> int -> Fmt.style -> unitval xxd : 
  ?cols:int ->
  ?groupsize:int ->
  ?long:int ->
  ?buffer_size:(int * int) ->
  ?uppercase:bool ->
  colorscheme ->
  cfgval caml : 
  ?with_comments:bool ->
  ?cols:int ->
  ?long:int ->
  ?buffer_size:(int * int) ->
  ?uppercase:bool ->
  [ `List | `Array ] ->
  cfgval default : cfgval o : 
  cfg ->
  's S.scheduler ->
  ('fi, bytes, 's, 'e) S.iflow ->
  ('fo, string, 's, 'e) S.oflow ->
  'fi ->
  'fo ->
  ('fi, 's, 'e) S.seek ->
  [ `Absolute of int | `Relative of int ] ->
  Format.formatter ->
  ((unit, 'e) result, 's) S.io