mirror of
https://github.com/dlang/phobos.git
synced 2025-05-06 02:45:12 +03:00
10 lines
280 B
D
10 lines
280 B
D
// Written in the D programming language
|
|
|
|
/++
|
|
License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
|
|
Authors: Jonathan M Davis
|
|
Source: $(PHOBOSSRC std/_datetime.d)
|
|
Macros:
|
|
LREF2=<a href="#$1">$(D $2)</a>
|
|
+/
|
|
module std.datetime.interval;
|