package shell
Yet another implementation of fork&exec and related functionality
Install
Dune Dependency
Authors
Maintainers
Sources
shell-v0.12.0.tar.gz
sha256=ec30eaec1b95543bdad774f378f2d90e5f271a1c734c1a4e8f5c1ac0872b5116
md5=db24c0f66777493987436aed423aec76
doc/shell.unix_extended/Unix_extended/Mac_address/Hash_queue/index.html
Module Mac_address.Hash_queue
module Key : sig ... end
val sexp_of_t :
('a -> Ppx_sexp_conv_lib.Sexp.t) ->
'a t ->
Ppx_sexp_conv_lib.Sexp.t
val length : 'a t -> int
val is_empty : 'a t -> bool
val iter : 'a t -> f:('a -> unit) -> unit
val fold : 'a t -> init:'accum -> f:('accum -> 'a -> 'accum) -> 'accum
val fold_result :
'a t ->
init:'accum ->
f:('accum -> 'a -> ('accum, 'e) Base.Result.t) ->
('accum, 'e) Base.Result.t
val fold_until :
'a t ->
init:'accum ->
f:
('accum ->
'a ->
('accum, 'final) Base__.Container_intf.Export.Continue_or_stop.t) ->
finish:('accum -> 'final) ->
'final
val exists : 'a t -> f:('a -> bool) -> bool
val for_all : 'a t -> f:('a -> bool) -> bool
val count : 'a t -> f:('a -> bool) -> int
val sum :
(module Base__.Container_intf.Summable with type t = 'sum) ->
'a t ->
f:('a -> 'sum) ->
'sum
val find : 'a t -> f:('a -> bool) -> 'a option
val find_map : 'a t -> f:('a -> 'b option) -> 'b option
val to_list : 'a t -> 'a list
val to_array : 'a t -> 'a array
val min_elt : 'a t -> compare:('a -> 'a -> int) -> 'a option
val max_elt : 'a t -> compare:('a -> 'a -> int) -> 'a option
val invariant : 'a t -> Core_kernel__.Import.unit
val create :
?growth_allowed:Core_kernel__.Import.bool ->
?size:Core_kernel__.Import.int ->
Core_kernel__.Import.unit ->
'a t
val clear : 'a t -> Core_kernel__.Import.unit
val first : 'a t -> 'a Core_kernel__.Import.option
val dequeue : 'a t -> [ `back | `front ] -> 'a Core_kernel__.Import.option
val dequeue_exn : 'a t -> [ `back | `front ] -> 'a
val dequeue_back : 'a t -> 'a Core_kernel__.Import.option
val dequeue_back_exn : 'a t -> 'a
val dequeue_front : 'a t -> 'a Core_kernel__.Import.option
val dequeue_front_exn : 'a t -> 'a
val dequeue_all :
'a t ->
f:('a -> Core_kernel__.Import.unit) ->
Core_kernel__.Import.unit
val drop :
?n:Core_kernel__.Import.int ->
'a t ->
[ `back | `front ] ->
Core_kernel__.Import.unit
val drop_front :
?n:Core_kernel__.Import.int ->
'a t ->
Core_kernel__.Import.unit
val drop_back :
?n:Core_kernel__.Import.int ->
'a t ->
Core_kernel__.Import.unit
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>