resize Interface

public interface resize

Reallocate a list of tokens


Module Procedures

private pure subroutine resize_token(var, n)

Reallocate list of tokens

Arguments

Type IntentOptional Attributes Name
type(toml_token), intent(inout), allocatable :: var(:)

Instance of the array to be resized

integer, intent(in), optional :: n

Dimension of the final array size