= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package datakit-ci
-
datakit_ci
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val empty : t
A state with no fields.
pop field_name t
returns the current value of the field and removes field_name
from t
. Returns an empty field record if the field isn't known.
bindings t
is the list of (name, field)
pairs that haven't been popped.
val of_values : (string * string) list -> t
of_values vs
is a state initialised with (field_name, value)
pairs in vs
.