list_of(obj, n)
Return a list with n instances of obj.
n
obj
list_of("hello", 3) // ["hello", "hello", "hello"]
Core Module Index | Contents