On 2014-01-08 01:32, Manu wrote:
It didn't work for me. Said it was deprecated... and to use rt_init(). Is there a difference? Why do Runtime.initialize() AND rt_init() both exist? I don't like pointless aliases... I freak out that there's some small difference that I don't understand.
rt_init() is to be used from C, so you don't have to bother with the D mangling. Runtime.initialize() is supposed to be used from D, you need to do something special about the boot process, which you normally doesn't.
-- /Jacob Carlborg
