Functor Plugin.General_services.Zero

module Zero: 
functor (X : Plugin.Parameter_input_with_arg) -> Plugin.Int
Build an integer option initialized to 0.
Consult the Plugin Development Guide for additional details.
Parameters:
X : Plugin.Parameter_input_with_arg

include Plugin.Parameter
val incr : unit -> unit
Increment the integer.
val set_range : min:int -> max:int -> unit
Set what is the possible range of values for this parameter.
Since Beryllium-20090901
val get_range : unit -> int * int
What is the possible range of values for this parameter.
Since Beryllium-20090901