Do you see anything wrong (particularly memory-safety-wise) with this code?
    
    
    let v = Value(kind: stringValue, s: "hello")
    let z = cast[int](v)
    
    echo repr(cast[Value](z))
    echo cast[Value](z).stringify()
    
    
    Run

Reply via email to