You can do something like:
    
    
    let u8 = {char(0)..char(255)}
    let s = {'a'..'z'}
    echo u8 - s
    
    
    Run

Reply via email to