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.
Tests if the input string is integer and returns true if it is.
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.
Safely converts the type of an array. NOTE: by 0.10.0, an external library will replace this.
Safely converts an array to a type. NOTE: by 0.10.0, an external library will replace this.
Converts string[] to dstring[]
Joins prettyprint strings to a single string for file storage.
Safely converts a single instance into a bytestream. NOTE: by 0.10.0, an external library will replace this.