Threads type
Direct parent types
- ArrLike
Parent type for user-defined types with array-like behaviour. Use in cases when you would like to inherit from built-in Arr. Inheriting from built-ins is not possible for now. Direct subtypes: 6
Methods
- join(threads:Threads) Source: stdlib.ngs:5301
Joins threads. Returns
Arr, the results from threads, in order.