# Functions
Abbrevs configures a set of simple names as abbreviations for fully-qualified names.
Alias associates a fully-qualified name with a user-defined alias.
Name sets the fully-qualified name of the Container.
NewContainer creates a new Container with the fully-qualified name.
ToQualifiedName converts an expression AST into a qualified name if possible, with a boolean 'found' value that indicates if the conversion is successful.
# Variables
DefaultContainer has an empty container name.
# Structs
Container holds a reference to an optional qualified container name and set of aliases.
# Type aliases
ContainerOption specifies a functional configuration option for a Container.