View Source Evision.Bioinspired (Evision v0.2.2-rc2)

Summary

Types

t()

Type that represents an Bioinspired struct.

Enumerator

Types

@type enum() :: integer()
@type t() :: %Evision.Bioinspired{ref: reference()}

Type that represents an Bioinspired struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

Link to this function

from_struct(bioinspired)

View Source