Function Array.make

Create an array and add all args to it.

Array make(Args...) (
  Args args
)
if (allSatisfy!(Variant.compatibleToGodot, Args));