Hi All,

  Can some one explain me on the below question.

Q1: void main (Array!string args) : Why can't we use container array in void main?

Q2: What is the difference between the below?
insert, insertBack
stableInsert, stableInsertBack
linearInsert, stableLinearInsert, stableLinearInsert

Q3: Storing the data in a container array store's the data in memory which is managed by malloc/free, where as operation such as appending data using any of the above nor "~=" is managed by gc, is my understanding correct.


From,
Vino.B


Reply via email to