Ensures that the given range is empty. Specified here due to https://issues.dlang.org/show_bug.cgi?id=18839
import dshould.basic; (int[]).init.should.be.empty; [5].should.not.be.empty;
See Implementation
Ensures that the given range is empty. Specified here due to https://issues.dlang.org/show_bug.cgi?id=18839