1.0.should == 1; should(1) == 1; ubyte[] val = [0, 2, 3]; val.should == [0, 2, 3];
See Implementation