Methods

*ΒΆ

*(cb:Fun, n:Int)

Call cb n times without any parameters and accumulate the results.
Source: stdlib.ngs:3884

Example

a = Box * 2; a[0] is Box and a[1] is Box and a[0] !== a[1]  # true