Adding bytes.concat function type.

This commit is contained in:
Djordje Mijovic
2021-03-24 11:49:21 +01:00
parent a27c9c39b2
commit 1493326e48
4 changed files with 27 additions and 0 deletions
+1
View File
@@ -1158,6 +1158,7 @@ public:
MulMod, ///< MULMOD
ArrayPush, ///< .push() to a dynamically sized array in storage
ArrayPop, ///< .pop() from a dynamically sized array in storage
BytesConcat, ///< .concat() on bytes (type type)
ObjectCreation, ///< array creation using new
Assert, ///< assert()
Require, ///< require()