The name in mathematics is ["set 
complement"](https://en.wikipedia.org/wiki/Complement_\(set_theory\)) not 
"inverse" and there is a func in a stdlib module for this:
    
    
    import std/setutils
    echo complement({'a'..'z'})
    
    
    Run

Reply via email to