Remove a macro at given index.
Remarks
Definition at line 148 of file macro.f90.
The documentation for this interface was generated from the following file:
◆ remove_item()
| subroutine remove_item |
( |
type(macro), dimension(:), intent(inout), allocatable | this, |
|
|
integer, intent(in) | i ) |
Remove macro at given index.
Remarks
Definition at line 893 of file macro.f90.