On 1/17/11, Andrei Alexandrescu <seewebsiteforem...@erdani.org> wrote: > On 1/17/11 12:25 PM, Andrej Mitrovic wrote: >> How about..: >> >> repeat("abc", 3) -> "abcabcabc" >> reproduce("abc", 3) -> ["abc", "abc", "abc"] > > If I only told you the library has repeat and reproduce, could you be > able to tell without looking at the documentation? > > Andrei >
Yeah, I see your point. Other names that come to mind are duplicate, replicate, clone, repeatRange..