we can define a zero cap HashSet by var
    
    
    var a: HashSet[string]
    
    
    Run

but how to do same thing by let?

Reply via email to