package biotk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Chrom_size.FieldsSource

Sourceval names : string list
Sourceval size : (t, int) Fieldslib.Field.t
Sourceval chrom : (t, string) Fieldslib.Field.t
Sourceval fold : init:'acc__0 -> chrom:('acc__0 -> (t, string) Fieldslib.Field.t -> 'acc__1) -> size:('acc__1 -> (t, int) Fieldslib.Field.t -> 'acc__2) -> 'acc__2
Sourceval make_creator : chrom: ((t, string) Fieldslib.Field.t -> 'acc__0 -> ('input__ -> string) * 'acc__1) -> size:((t, int) Fieldslib.Field.t -> 'acc__1 -> ('input__ -> int) * 'acc__2) -> 'acc__0 -> ('input__ -> t) * 'acc__2
Sourceval create : chrom:string -> size:int -> t
Sourceval map : chrom:((t, string) Fieldslib.Field.t -> string) -> size:((t, int) Fieldslib.Field.t -> int) -> t
Sourceval iter : chrom:((t, string) Fieldslib.Field.t -> unit) -> size:((t, int) Fieldslib.Field.t -> unit) -> unit
Sourceval for_all : chrom:((t, string) Fieldslib.Field.t -> bool) -> size:((t, int) Fieldslib.Field.t -> bool) -> bool
Sourceval exists : chrom:((t, string) Fieldslib.Field.t -> bool) -> size:((t, int) Fieldslib.Field.t -> bool) -> bool
Sourceval to_list : chrom:((t, string) Fieldslib.Field.t -> 'elem__) -> size:((t, int) Fieldslib.Field.t -> 'elem__) -> 'elem__ list
Sourceval map_poly : ([< `Read | `Set_and_create ], t, 'x0) Fieldslib.Field.user -> 'x0 list
Sourcemodule Direct : sig ... end
OCaml

Innovation. Community. Security.