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
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Monotonic clock
Clock returning monotonic time since an arbitrary point. To be used for eg. profiling.
include Mirage_device.S with type t = unit
val elapsed_ns : t -> int64
elapsed_ns ()
is a monotonically increasing count of nanoseconds elapsed since some arbitrary point
val period_ns : t -> int64 option
period_ns ()
is Some ns
representing the clock's nanosecond period ns
, if known
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page