For future readers... The constructor I mentioned above.
    
    
    proc initObject[size]() : Object[size] =
        result = Object[size](size: size)
    
    
    Run

Reply via email to