Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Implicit configuration constants

sx::debugging

The __sx__::debugging constant indicates whether or not the program is targetting a debug build.

sx::releasing

The __sx__::releasing constant indicates whether or not the program is targetting a release build.

sx::testing

The __sx__::testing constant indicates whether or not the program is compiling for evaluating unit tests.