Module core.libraries.sh_array

JS-Like Arrays

Module Overview

Fields

... Concat arrays together, returning a new array.

Fields

...
Concat arrays together, returning a new array.
  • ...

    arrays function ARRAY:concat(...)

    local out = Array()
    
    (optional)