enumerable

February 9, 2026 ยท View on GitHub

Shows how to use xtd::collections::generic::enumerable concept.

Sources

  • src/enumerable.cpp
  • CMakeLists.txt

Build and run

Open "Command Prompt" or "Terminal". Navigate to the folder that contains the project and type the following:

xtdc run

Output

 2
 4
 6
 8
10
18
21
24
27
30
44
48
52
56
60

Contents

  1. 1Sources
  2. 2Build and run
  3. 3Output