type
      Box = object
        x, y, w, h: int
    
    var layer = initTable[string, seq[int]]()
    
    
    Run

is just above the `func toLayer`.

Reply via email to