
Icon | Member | Description |
---|---|---|
![]() ![]() | Concatenate<(Of <<'(V>)>>)(List<(Of <<'(V>)>>), List<(Of <<'(V>)>>)) |
Creates a new dynamic array and appends all values first from
a and then from b.
|
![]() ![]() | Concatenate<(Of <<'(V>)>>)(Deque<(Of <<'(V>)>>), Deque<(Of <<'(V>)>>)) |
Creates a new deque and appends all values first from
a and then from b.
|