10#ifndef SQUIRREL_HELPER_TYPE_HPP
11#define SQUIRREL_HELPER_TYPE_HPP
13#include "script_object.hpp"
16template <
typename Titem =
int32_t>
17using Array = std::vector<Titem, ScriptStdAllocator<Titem>>;
std::vector< Titem, ScriptStdAllocator< Titem > > Array
Definition of a simple array.