September 13, 2002 D modules and associated member functions | ||||
---|---|---|---|---|
| ||||
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 |
September 13, 2002 Re: D modules and associated member functions | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrew Edwards | 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... |
Copyright © 1999-2021 by the D Language Foundation