cara memasukkan struct ke parameter di remix

// 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]
Anxious Alligator