Concepts examples
February 9, 2026 ยท View on GitHub
This folder contains guid examples used by Reference Guide and more.
- comparable shows how to use how to use xtd::comparable concept.
- enumerable shows how to use how to use xtd::collections::generic::enumerable concept.
- forward_iterable shows how to use how to use [xtd:: forward_iterable](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1 forward__iterable.html) concept.
- stringable shows how to use how to use xtd::stringable concept.
Build and run any project
Open "Command Prompt" or "Terminal". Navigate to the folder that contains the project and type the following:
xtdc run -t any_project_name