View Source Evision.Utils.Nested (Evision v0.2.7)

Summary

Types

t()

Type that represents an Utils.Nested struct.

Types

@type t() :: %Evision.Utils.Nested{ref: reference()}

Type that represents an Utils.Nested struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

Link to this function

testEchoBooleanFunction(named_args)

View Source
@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