Remove All Of

Pure
RemoveAllOf

Flattens an array of arrays into a single flat array.

Type: Pure (no side effects)
Category: Fortuna|Array & Collection
Keywords: array & collection

Inputs

NameTypeDefaultDescription
NestedArraysTArray<TArray<int>>NestedArrays parameter

Outputs

NameTypeDescription
ReturnValueTArray<int>ReturnValue output

Example Use Cases

Example 1

Combine multiple inventory pages into one list.

Example 2

Merge results from parallel searches.