when including an element in a Nim set, this formula is used:
    
    
    set = set or power(2, (elem - startElem) mod sizeof(set))
    
    
    Run

I think converting the set for use in C bindings correctly is not possible?

Reply via email to