DEV Community

Discussion on: Dynamic Arrays

Collapse
 
itzk7 profile image
Kesavan Palani

Good tutorial JB. Looking forward to follow your posts. One point I would like to add though.

The operation Prepend can be done by calling AddAt(element, 0) method inside the Prepend method :)

Collapse
 
jjb profile image
JB

Good catch, you are probably right!