Clamps a value between of two.
Compares object pointers to detect duplicates.
Parses a comma separated string into a single array.
Calculates the MurMurHashV3/32 value of a string. CTFE friendly.
Returns a hexadecimal string representation of the integer.
Returns a octal string representation of the integer.
Checks whether object o have implemented the given interface. Checks are done on the basis of name strings.
Returns true if x is power of two.
Returns the greater of two values.
Returns the lesser of two values.
From "Hackers Delight" val remains unchanged if it is already a power of 2.
Parses a decimal int represented as a string. Ignores characters that are not decimal.
Parses a hexadecimal int represented as a string. Ignores characters that are not hexanumeric.
Parses a octal int represented as a string. Ignores characters that are not octal.
Removes all symbols from the string that is not in the symbol pool.
Converts string[] to dstring[]
Joins prettyprint strings to a single string for file storage.
Parses an array of string to an array of another value.