📅  最后修改于: 2022-03-11 15:03:27.258000             🧑  作者: Mango
// say the function parameter is: MyStruct memory myStruct
// and MyStruct is defined as {uint number, bool isPositive}
// an example input in remix is as follows: [10, true]