Hi there,
What is the recommended way to allocate size of an array of a custom type?

a=MyType[10] gives me a conversion error. What do I miss here?

Also does push!() comes with significant performance penalty compared to 
[]operator?

Thank you,
Kuba

Reply via email to