Git Source
function createActionTypesArray(ActionTypes _arg1) internal pure returns (ActionTypes[] memory);
function createActionTypesArray(ActionTypes _arg1, ActionTypes _arg2) internal pure returns (ActionTypes[] memory);
function createActionTypesArray(ActionTypes _arg1, ActionTypes _arg2, ActionTypes _arg3) internal pure returns (ActionTypes[] memory);
function createActionTypesArray(ActionTypes _arg1, ActionTypes _arg2, ActionTypes _arg3, ActionTypes _arg4) internal pure returns (ActionTypes[] memory);
function createActionTypesArray( ActionTypes _arg1, ActionTypes _arg2, ActionTypes _arg3, ActionTypes _arg4, ActionTypes _arg5 ) internal pure returns (ActionTypes[] memory);