single property
bool
get
single
Only the output with the same index as the input shall be signed
Implementation
bool get single => (value & ~anyOneCanPayFlag) == singleValue;
Only the output with the same index as the input shall be signed
bool get single => (value & ~anyOneCanPayFlag) == singleValue;