Passing a number to clone()

Passing a number to clone()


I think it'd be useful to be able to pass a number to clone().
Example of usage:
jQuery('ul').append(
jQuery('<li/>').clone(50)
);
What do you think? Useful or not?