Optional Readonlyallattach every export (import::from .all, box::use(pkg[...]))
Optional Readonlyexcludeattach all exports except these (import::from .except)
Optional Readonlyincludeattached exports as attachedName to exportName (import::from/box::use selection or aliasing)
Optional ReadonlynamespaceOptional Readonlyposlibrary(pkg, pos = 3): the search() position to attach at, DefaultAttachPosition if unset
Restricts/aliases which exports of a package are attached;
undefinedfields attach every export.