std

Entry point for local imports from the standard library.

enum std = from.std;

Examples

Test standard library local import.

assert(std.math.PI > 3.15, "Direct local import from standard library failed.");

Meta