# Functions
BaseType returns the base type of t using VDL syntax, where the base type is the type of t disregarding its name.
Imports returns the vdl imports clause corresponding to imports; empty if there are no imports.
PrintEmbed pretty-prints x to w.
PrintInterface pretty-prints x to w.
PrintMethod pretty-prints x to w.
Type returns t using VDL syntax, returning the qualified name if t is named, otherwise returning the base type of t.
TypedConst returns the explicitly-typed vdl const corresponding to v, in the given pkgPath, with the given imports.
UntypedConst returns the untyped vdl const corresponding to v, in the given pkgPath, with the given imports.
# Structs
NamedTypes represents a set of unique named types.