Selective imports may also be renamed.
void main() { import std.stdio : fooln = writeln; fooln("Hello world"); }