from

Local imports everywhere.

enum from = FromImpl!null();

Examples

std_.foo fun(std_.string.Path p)

Or using in a function definition:

string foo(from.my.module.Type x) { return null; }

Meta