You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to be able to cherry-pick symbols from a package to use by
their unqualified names. To steal the syntax used by D for this purpose, we
would have:
import "fmt" : Printf
With this, Printf would become a name within the file's namespace referring
to fmt.Printf. The import would not insert any other names into the file's
namespace (not even fmt).
The text was updated successfully, but these errors were encountered:
by kirklin.mcdonald:
The text was updated successfully, but these errors were encountered: