Thread overview
[Issue 17856] __traits( identifier ) could use examples in on line documentation.
Sep 25, 2017
Kyle Heaser
September 25, 2017
https://issues.dlang.org/show_bug.cgi?id=17856

--- Comment #1 from Kyle Heaser <kheaser@gmail.com> ---
For completeness, examples could also be provided for isFloating, isIntegral, etc.  But identifier is probably the least understandable.

--
September 25, 2017
https://issues.dlang.org/show_bug.cgi?id=17856

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |hsteoh@quickfur.ath.cx

--- Comment #2 from hsteoh@quickfur.ath.cx ---
https://github.com/dlang/dlang.org/pull/1899

--
September 26, 2017
https://issues.dlang.org/show_bug.cgi?id=17856

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dlang.org

https://github.com/dlang/dlang.org/commit/c8cc3a58b1290523f2831e86b50fb1719cfdc0fc Fix issue 17856: add example for __traits(identifier).

https://github.com/dlang/dlang.org/commit/d6aa91fb82741082ac321c5978121af75bcb88b7 Merge pull request #1899 from quickfur/issue17856

Add example for __traits(identifier).
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>

--
October 16, 2017
https://issues.dlang.org/show_bug.cgi?id=17856

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/dlang.org

https://github.com/dlang/dlang.org/commit/c8cc3a58b1290523f2831e86b50fb1719cfdc0fc Fix issue 17856: add example for __traits(identifier).

https://github.com/dlang/dlang.org/commit/d6aa91fb82741082ac321c5978121af75bcb88b7 Merge pull request #1899 from quickfur/issue17856

--