34b79ad46e
Update compiler version list in the README
2017-09-02 09:48:28 +02:00
617eaab9a2
tanya.format: Cast lookup array index to size_t
2017-08-30 12:20:42 +02:00
d946b598fd
Add internal sprintf-compatible format function
...
format() has full support for sprintf format but is written completely in D.
It is currently internal, since it is not typesafe and uses GC at one place.
After some work the function can be made public.
2017-08-29 10:38:03 +02:00
64f2295d1a
Fix #276
...
Add link to the source file for each module.
2017-08-12 17:01:51 +02:00
dfacabd88b
format.conv.to: Convert to/from boolean
2017-06-20 07:07:58 +02:00
ae36296ca6
Add tanya.format.conv.to
...
Function that converts between different types.
This first commit adds only conversion between integral types.
2017-06-18 18:05:50 +02:00