View Source Z.Context (Z! v1.1.0)

The Context struct

Link to this section Summary

Link to this section Types

@type t() :: %Z.Context{parent: t(), path: [String.t()]}

Link to this section Functions

Link to this function

new(path_segment, parent \\ nil)

View Source