pub fn builtin_repeat(
    what: Either2<IStr, ArrValue>,
    count: usize
) -> Result<Val>