Search
Z!
v1.1.1
Pages
Modules
Settings
View Source
Z.Context
(Z! v1.1.1)
The Context struct
Link to this section
Summary
Types
t()
Functions
new(type \\ nil, path_segment \\ ".", parent \\ nil)
Link to this section
Types
Link to this type
t()
View Source
@type
t() :: %Z.Context{parent:
t
(), path: [
String.t
()], type:
atom
()}
Link to this section
Functions
Link to this function
new(type \\ nil, path_segment \\ ".", parent \\ nil)
View Source