[][src]Module bracket::render::scope

Scopes define the evaluation context for variable paths.

Structs

Scope

A scope encapsulates a base value (lookup object) used when resolving variable paths and a collection of local variables which are prefixed using the @ symbol.