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
Parameters
module F : Mirage_flow_lwt.S
Signature
val ic : ?buffer_size:int -> ?close:bool -> F.flow -> Lwt_io.input_channel
Build an Lwt_io
input channel from a mirage flow. If close
is omitted, the mirage flow will be closed when the input channel is closed.
val oc : ?buffer_size:int -> ?close:bool -> F.flow -> Lwt_io.output_channel
Build an Lwt_io
output channel from a mirage flow. If close
is omitted, the mirage flow will not be closed when the output channel is closed.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page