code / tomo

Lines41.3K C23.7K Markdown9.7K YAML5.0K Tomo2.3K
7 others 763
Python231 Shell230 make212 INI47 Text21 SVG16 Lua6
(9 lines)
1 #pragma once
3 // Result type for Success/Failure
5 #include "types.h"
7 extern const TypeInfo_t Result$Success$$info;
8 extern const TypeInfo_t Result$Failure$$info;
9 extern const TypeInfo_t Result$$info;