Checks whether or not every sign's line is an empty string.
if(!sign.empty) { sign[] = ""; assert(sign.empty); }
See Implementation
Checks whether or not every sign's line is an empty string.