ddocbackticks

Closely related to std.datetime is <a href="core_time.html">core.time</a>, and some of the time types used in std.datetime come from there - such as core.time.Duration, core.time.TickDuration, and core.time.FracSec. core.time is publically imported into std.datetime, it isn't necessary to import it separately.

Members

Functions

foo
void foo()

This int foo; should show highlight on foo, but not int.

test
void test()

This should produce inline code.

test2
void test2()

But `this should NOT be inline' However, restarting on a new line should be inline again.

Meta