Open arkanoid87 opened 1 year ago
eg
struct __numeric_limits_base { /** This will be true for all fundamental types (which have specializations), and false for everything else. */ static _GLIBCXX_USE_CONSTEXPR bool is_specialized = false; ...
nim only shows how to wrap getter of these, looking for a r/w solution
https://github.com/nim-lang/Nim/blob/devel/tests/cpp/tstaticvar_via_typedesc.nim
eg