Joins a and b with the delimiter.
delimiter
String join([String delimiter = '']) { return '$a$delimiter$b'; }