Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: linearArray.h
- Revision:
- 6:314f180362cb
- Parent:
- 5:0f65cdadb1a4
- Child:
- 11:1e27a6f0b0cf
--- a/linearArray.h Wed Mar 08 10:48:34 2017 +0000 +++ b/linearArray.h Wed Mar 08 10:57:36 2017 +0000 @@ -9,9 +9,7 @@ LinearArray(int size, bool forced = false); ~LinearArray(); int push(type item); - type pop(); type& pop(); - type peek(); type& peek(); int size(); bool empty();