Array.opBinary
- Array opBinary(R other)
struct Array
@nogc nothrow
opBinary
if (
(op == "~" ||
op == "+"
) &&
&&
isInputRange!R
&&
hasLength!R
&&
)
- Array opBinary(Array other)
godot core array Array
aliasesconstructorsdestructorsfunctionspostblitsstatic functionstemplatesvariables
Concatenate two arrays into a new one. The originals are left unaffected if there are still other references to them remaining.