This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| For tests better to use LDC compiler with flags: | |
| - simple | |
| ldc2 -O3 code.d | |
| - more optimizations | |
| ldc2 --release --O3 --flto=thin code.d | |
| Current version of the code also providing output to the console. | |
| */ |