darg_plus.string

Functions that transform strings into values or vice versa.

Members

Functions

parseRange
void parseRange(in string rangeString)
DestType parseRange(in string rangeString)

Parses a range in form x..y into a 2-element array.

toString
string toString(in Float value, in uint precision)

Convert a floating point number to a base-10 string at compile time. This function is very crude and will not work in many cases!

Meta

License

Subject to the terms of the MIT license, as written in the included LICENSE file.

Authors

Arne Ludwig <arne.ludwig@posteo.de>