dup method

void dup([
  1. int index = -1
])

Pushes the value at index.

Implementation

void dup([int index = -1]) => lua_pushvalue(L, index);