View Source Evision.Utilsnested (Evision v0.1.14)

Link to this section Summary

Types

t()

Type that represents an Evision.Utilsnested struct.

Functions

Positional Arguments
  • flag: bool
Return
  • retval: bool

Python prototype (for reference):

Link to this section Types

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

Type that represents an Evision.Utilsnested struct.

  • ref. reference()

    The underlying erlang resource variable.

Link to this section Functions

Link to this function

testEchoBooleanFunction(flag)

View Source
@spec testEchoBooleanFunction(boolean()) :: boolean() | {:error, String.t()}
Positional Arguments
  • flag: bool
Return
  • retval: bool

Python prototype (for reference):

testEchoBooleanFunction(flag) -> retval