Sign.empty

Checks whether or not every sign's line is an empty string.

Examples

if(!sign.empty) {
   sign[] = "";
   assert(sign.empty);
}

Meta