Startup files for STM32F4xx

Mike via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Apr 25 17:52:55 PDT 2015


On Saturday, 25 April 2015 at 16:32:50 UTC, Timo Sintonen wrote:
> On Saturday, 25 April 2015 at 11:56:55 UTC, Martin Nowak wrote:
>
> I have not yet needed anything from libc/phobos in my programs.

I think there's a few gems that can be cherry-picked out of 
Phobos, especially for metaprogramming:

std.traits
std.typecons
std.typetuple

There are also a couple things in these libraries that might be 
useful for programming in general:

std.conv
std.string
std.array

Mike


More information about the Digitalmars-d-learn mailing list