摘要: // SPDX-License-Identifier: GPL-3.0 pragma solidity ^0.8.7; //remove array element by shifting elements to left //[1,2,3,4,5,6] -- remove(2) --> [1,2, 阅读全文
posted @ 2022-07-28 23:37 ZaleSwfit 阅读(206) 评论(0) 推荐(0) 编辑
摘要: // SPDX-License-Identifier: GPL-3.0 pragma solidity ^0.8.7; //mapping //how to declare a mapping (simple and nested) //Set, get ,delete //["alice", "b 阅读全文
posted @ 2022-07-28 23:37 ZaleSwfit 阅读(62) 评论(0) 推荐(0) 编辑