> objects get initialized as all zeros/nil

I guess you know that Nim devel and 2.0 has object field initialization like in 
type definition like
    
    
    type
      Vertex
        dist: float = math.Inf
    
    
    Run

Reply via email to