Big Chungus
03/01/2021, 6:25 PMandylamax
03/06/2021, 10:33 PM// . . .
function joinToString(_this_, separator, prefix, postfix, limit, truncated, transform) {
return joinTo(_this_, StringBuilder_init_$Create$(), separator, prefix, postfix, limit, truncated, transform).toString();
}
// . . .
lib-b
// . . .
function joinToString(_this_, separator, prefix, postfix, limit, truncated, transform) {
return joinTo(_this_, StringBuilder_init_$Create$(), separator, prefix, postfix, limit, truncated, transform).toString();
}
// . . .
wont this be duplicated in the final executable?Big Chungus
03/06/2021, 11:34 PMandylamax
03/07/2021, 4:07 AM