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 batteries
-
batteries
-
batteriesThread
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Operations on unit
.
- author David Teller
val string_of : t -> string
Convert the given unit to a string.
Returns "()"
.
val of_string : string -> t
Convert the given string to a unit.
Accepts "()"
.
- raises Invalid_argument
if the given string is not
"()"
.
val ord : t -> t -> BatOrd.order
Always returns BatOrd.Eq
Boilerplate code
val print : 'a BatInnerIO.output -> unit -> unit
Printing
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page