Error: incompatible types for ((cast(int)a) ~ (cast(int)b)): 'int' and 'int'
Code:
public ubyte[] toArray(ubyte a, ubyte b, ubyte c) {
return a ~ b ~ c;
}
Error: incompatible types for ((cast(int)a) ~ (cast(int)b)): 'int' and 'int'
Code:
public ubyte[] toArray(ubyte a, ubyte b, ubyte c) {
return a ~ b ~ c;
}