package sosa
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Parameters
module B : sig ... end
Signature
type t = B.t
val empty : B.t
val is_empty : B.t -> bool
val make : int -> char -> B.t
val length : B.t -> int
val of_character : char -> B.t
val of_character_list : char list -> B.t
val to_character_list : B.t -> char list
val get : B.t -> index:int -> char option
val get_exn : B.t -> index:int -> char
type s = t
module T_length_and_compsub : sig ... end
val compare_substring_strict :
(T_length_and_compsub.t * int * int) ->
(T_length_and_compsub.t * int * int) ->
int option
val index_of_string :
?from:int ->
?sub_index:int ->
?sub_length:int ->
T_length_and_compsub.t ->
sub:T_length_and_compsub.t ->
int option
val index_of_string_reverse :
?from:int ->
?sub_index:int ->
?sub_length:int ->
T_length_and_compsub.t ->
sub:T_length_and_compsub.t ->
int option
val fold : B.t -> init:'a -> f:('a -> char -> 'a) -> 'a
val foldi : B.t -> init:'a -> f:(int -> 'a -> char -> 'a) -> 'a
val iter : B.t -> f:(char -> unit) -> unit
val iteri : B.t -> f:(int -> char -> unit) -> unit
val iter_reverse : B.t -> f:(char -> 'a) -> unit
val for_all : B.t -> f:(char -> bool) -> bool
val exists : B.t -> f:(char -> bool) -> bool
val index_of_character : B.t -> ?from:int -> char -> int option
val index_of_character_reverse : B.t -> ?from:int -> char -> int option
val find : ?from:int -> ?length:int -> B.t -> f:(char -> bool) -> int option
val find_reverse :
?from:int ->
?length:int ->
B.t ->
f:(char -> bool) ->
int option
module Make_output (Model : Api.OUTPUT_MODEL) : sig ... end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page