View Source LiveData.Tracked (live_data v0.1.0-alpha1)

This module contains implementations for the deft macros used to define tracked functions.

use this module directly if you are defining deft functions outside of a LiveData module.

This module is used automatically when doing use LiveData

Link to this section Summary

Link to this section Types

@type tree() :: any()

Link to this section Functions

Link to this macro

defpt(call, list)

View Source (macro)
Link to this macro

deft(call, list)

View Source (macro)
Link to this function

validate_used!(file, module, line)

View Source