To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
package base
-
base
-
-
base_internalhash_types
-
caml
-
md5_lib
-
shadow_stdlib
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Parameters
module Key : sig ... end
Signature
val create : ?growth_allowed:bool -> ?size:int -> unit -> ('a, 'b) t_
val of_alist_or_error :
?growth_allowed:bool ->
?size:int ->
('a Key.t * 'b) list ->
('a, 'b) t_ Or_error.t
val create_mapped :
?growth_allowed:bool ->
?size:int ->
get_key:('r -> 'a Key.t) ->
get_data:('r -> 'b) ->
'r list ->
[ `Ok of ('a, 'b) t_ | `Duplicate_keys of 'a Key.t list ]
create_mapped get_key get_data [x1,...,xn]
= of_alist [get_key x1, get_data x1; ...; get_key xn, get_data xn]
val create_with_key :
?growth_allowed:bool ->
?size:int ->
get_key:('r -> 'a Key.t) ->
'r list ->
[ `Ok of ('a, 'r) t_ | `Duplicate_keys of 'a Key.t list ]
create_with_key ~get_key [x1,...,xn]
= of_alist [get_key x1, x1; ...; get_key xn, xn]
val create_with_key_or_error :
?growth_allowed:bool ->
?size:int ->
get_key:('r -> 'a Key.t) ->
'r list ->
('a, 'r) t_ Or_error.t
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page