peek_stackt Interface

interface
public module function peek_stackt(stk, idx) result(r)

Arguments

Type IntentOptional Attributes Name
class(stack_t(*)), intent(inout) :: stk
integer, intent(in) :: idx

Return Value type(rpn_t)