VestaNativeFq.conditionalSelect constructor
Implementation
@override
factory VestaNativeFq.conditionalSelect(
VestaNativeFq a,
VestaNativeFq b,
bool choice,
) {
return choice ? b : a;
}
@override
factory VestaNativeFq.conditionalSelect(
VestaNativeFq a,
VestaNativeFq b,
bool choice,
) {
return choice ? b : a;
}