That should settle your case.
    
    
    var bytes = [0x1F.uint8, 0xC2]
    swap(bytes[1], bytes[0])
    echo bytes
    
    
    Run

Reply via email to