| 1 | //! Provides functions for retrieving the current date and time with varying |
| 2 | //! degrees of precision and accuracy. |
| 3 | |
| 4 | const S = struct { |
| 5 | //! Top level comments are allowed inside namespaces other than the |
| 6 | //! implicit struct created by files, but it is not very useful. Currently, |
| 7 | //! when producing the package documentation, these comments are ignored. |
| 8 | }; |
| 9 | |
| 10 | // syntax |