View Source Evision.Utils.Nested (Evision v0.2.9)
Summary
Functions
testEchoBooleanFunction
Types
@type t() :: %Evision.Utils.Nested{ref: reference()}
Type that represents an Utils.Nested
struct.
ref.
reference()
The underlying erlang resource variable.
Functions
@spec testEchoBooleanFunction(Keyword.t()) :: any() | {:error, String.t()}
@spec testEchoBooleanFunction(boolean()) :: boolean() | {:error, String.t()}
testEchoBooleanFunction
Positional Arguments
- flag:
bool
Return
- retval:
bool
Python prototype (for reference only):
testEchoBooleanFunction(flag) -> retval