liquex
v0.6.3
Pages
Modules
Liquex.Representable
protocol
(liquex v0.6.3)
View Source
Link to this section
Summary
Types
t()
Functions
is_lazy(representable)
represent(representable, lazy \\ false)
Link to this section
Types
Link to this type
t()
View Source
Specs
t() ::
term
()
Link to this section
Functions
Link to this function
is_lazy(representable)
View Source
Specs
is_lazy(
term
()) ::
boolean
()
Link to this function
represent(representable, lazy \\ false)
View Source
Specs
represent(
term
(),
boolean
()) ::
term
()