ARMmbed / core-util

DEPRECATED: Mbed 3 utilities library
Other
12 stars 17 forks source link

Added 'pop_back' method for Array #7

Closed bogdanm closed 9 years ago

bogdanm commented 9 years ago

It simply removes the last element from the array (inspired by std::vector)

0xc0170 commented 9 years ago

Looks good to me