Insert more macro to a dynamic table.
Remarks
Definition at line 140 of file macro.f90.
The documentation for this interface was generated from the following file:
◆ insert_item()
| subroutine insert_item |
( |
type(macro), dimension(:), intent(inout), allocatable | this, |
|
|
integer, intent(in) | i, |
|
|
type(macro), intent(in) | arg ) |
Insert macro at specific position.
Remarks
Definition at line 864 of file macro.f90.