mirror of
https://github.com/ziglang/zig.git
synced 2024-11-30 09:02:32 +00:00
12 lines
443 B
Zig
12 lines
443 B
Zig
|
//! This module provides functions for retrieving the current date and
|
||
|
//! time with varying degrees of precision and accuracy. It does not
|
||
|
//! depend on libc, but will use functions from it if available.
|
||
|
|
||
|
const S = struct {
|
||
|
//! Top level comments are allowed inside a container other than a module,
|
||
|
//! but it is not very useful. Currently, when producing the package
|
||
|
//! documentation, these comments are ignored.
|
||
|
};
|
||
|
|
||
|
// syntax
|