ConstReadonlyattachAt: (Attaches a package block at a search() position, below the global by default; see attachPackageAt.
ReadonlyattachedPackages: (this: void, env: Environment) => Set<string>The packages on the search path; see attachedPackagesOf.
ReadonlyfindBuiltIn: (this: void, env: Environment) => EnvironmentWalks up to the built-in environment; see findBuiltInEnvironment.
ReadonlyfindGlobal: (this: void, env: Environment) => EnvironmentWalks up to the global environment (.GlobalEnv); see findGlobalEnvironment.
Readonlyname: "REnvironment"ReadonlysearchPosition: (this: void, env: Environment, name: string) => number | undefinedThe search() position of a named entry; see searchPositionOf.
Helpers for navigating and manipulating environments around the global environment and attached-package search path.