D - D modules and associated member functions
- "Andrew Edwards" <crxace13 comcast.net> Sep 12 2002
- Pavel Minayev <evilone omen.ru> Sep 12 2002
Is there a list of modules and their associated member functions available
for D? If so where would I find it?
I don't know if I'm asking the right question so here is an example what
I'm looking for.
cctype contains (among others) the following member functions:
isalpha() - purpose
isdigit() - purpose
isalnum() - purpose
Thanks in advance,
Andrew
Sep 12 2002
Andrew Edwards wrote:Is there a list of modules and their associated member functions available for D? If so where would I find it? I don't know if I'm asking the right question so here is an example what I'm looking for. cctype contains (among others) the following member functions: isalpha() - purpose isdigit() - purpose isalnum() - purpose
See http://www.digitalmars.com/d/phobos.html. Not a complete list, but better than nothing. Of course, the best way is still to look at the sources of Phobos...
Sep 12 2002








Pavel Minayev <evilone omen.ru>