PropCheck.BasicTypes.parameter
You're seeing just the function
parameter
, go back to PropCheck.BasicTypes module for more information.
Specs
Returns the value associated with parameter
, or :undefined
in case
parameter
is not associated with any value.
Association occurs with calling with_parameter/3
or with_parameters/2
before.
Specs
Returns the value associated with parameter
, or default
in case
parameter
is not associated with any value.
Association occurs with calling with_parameter/3
or with_parameters/2
before.