sq / JSIL

CIL to Javascript Compiler
http://jsil.org/
Other
1.73k stars 241 forks source link

Implement Enumerable.Repeat #1053

Open mwh opened 6 years ago

mwh commented 6 years ago

The external method Repeat(TResult,int) was not implemented. This commit introduces a test case and matching implementation returning a JSIL AbstractEnumerable returning the element the appropriate number of times.