Yes, with term "compile time parameter" I indicated that in
    
    
    var o: Object[2]
    
    
    Run

literal 2 is a value known at compile time. Instead of a literal it can be a 
const defined earlier, but not a value defined with let or var keyword. If you 
later need that value, you have it available from list0.len.

Reply via email to