DeferredSymbol.imports

The imports that were in scope for the symbol's declaration'

struct DeferredSymbol
UnrolledList!(DSymbol*, Mallocator, false) imports;

Meta