opt_args_with_defs_for_gleam
Types
pub type OptionalArgument(a) {
O(a)
OB(Bool)
OF(Float)
OI(Int)
ON(Nil)
OS(String)
}
Constructors
-
O(a) -
OB(Bool) -
OF(Float) -
OI(Int) -
ON(Nil) -
OS(String)
Functions
pub fn get_args_with(defaults: a, options: b) -> a