|
MONC
|
Adds an integer element to the end of the list. More...
Private Member Functions | |
| subroutine | list_add_int (specificlist, int_data) |
| Adds an element to the end of the list. More... | |
Adds an integer element to the end of the list.
This has a time complexity of O(1)
| collection | The specific list involved |
| data | Integer data to add |
Definition at line 213 of file collections.F90.
|
private |
Adds an element to the end of the list.
Do not call directly from external module, this is called via the appropriate interface
| specificlist | The specific list involved |
| data | Integer data to add |
Definition at line 2902 of file collections.F90.