[Sol->Yul] Fixing coping from storage to storage.

This commit is contained in:
Djordje Mijovic
2020-12-01 08:50:33 +01:00
parent 3e5396598b
commit 28e01202af
3 changed files with 21 additions and 18 deletions
+2 -1
View File
@@ -171,8 +171,9 @@ public:
std::string arrayLengthFunction(ArrayType const& _type);
/// @returns the name of a function that resizes a storage array
/// for statically sized arrays, it will just clean-up elements of array starting from newLen until the end
/// signature: (array, newLen)
std::string resizeDynamicArrayFunction(ArrayType const& _type);
std::string resizeArrayFunction(ArrayType const& _type);
/// @returns the name of a function that reduces the size of a storage array by one element
/// signature: (array)