View Source CliexMap.FunctionList (CliexMap v0.2.0)
Wraps a list of functions
Summary
Types
@type ast() :: any()
@type binaries() :: [binary()]
@type either(success_t, error_t) :: {:ok, success_t} | {:error, error_t}
@type line_nb_t() :: non_neg_integer()
@type maybe(t) :: nil | t
@type t() :: %CliexMap.FunctionList{functions: list()}