Loading...
Searching...
No Matches
insert

Definition

Insert a macro at a specified position.

Existing elements are shifted to preserve ordering.

Definition at line 203 of file macro.f90.


The documentation for this interface was generated from the following file:

Methods

◆ insert_item()

subroutine insert_item ( type(macro), dimension(:), intent(inout), allocatable this,
integer, intent(in) i,
type(macro), intent(in) m )

Insert macro at specific position.

Definition at line 999 of file macro.f90.