The OpenD Programming Language

should

Examples

1.0.should == 1;
should(1) == 1;

ubyte[] val = [0, 2, 3];
val.should == [0, 2, 3];

Meta