Repeat static method

num Repeat(
  1. num value,
  2. num length
)

Implementation

external static num Repeat(num value, num length);