How do you get a hexstring from a base10 string -or- from a number?
Enjoys Math via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Wed Feb 3 15:43:45 PST 2016
I am making a method called:
@property string debugIDString() {
in {
assert(super.toHash() == this.toHash());
} body {
}
More information about the Digitalmars-d-learn
mailing list