when including an element in a Nim set, this formula is used:
set = set or power(2, (elem - startElem) mod sizeof(set))
RunI think converting the set for use in C bindings correctly is not possible?
when including an element in a Nim set, this formula is used:
set = set or power(2, (elem - startElem) mod sizeof(set))
RunI think converting the set for use in C bindings correctly is not possible?