Search

September 10, 2023
General »
...struct Reply(RA...) {}
struct Failure(RA...) {}

mixin template ProxyReceiver() {
	Proxy!(typeof(this)) _proxy;
	void reply...
September 08, 2023
Learn »
...structs/vector.d#L44) struct and the [template](https://codeberg.org/rempas/nemesis/src/branch...
September 06, 2023
Learn »
...cause a crash (it calls a function template inside of a class and returns the...
September 04, 2023
Issues »
...pull request #15572 "Fix Issue 24135 - Eponymous template member overloads not shown as call candidates...
September 04, 2023
Issues »
...24135


BTW that only applies to t2, for skipOver only the parent template is shown.

--
September 04, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=24135

Nick Treleaven <nick@geany.org> changed...
September 04, 2023
Issues »
...id=24135

          Issue ID: 24135
           Summary: Eponymous template member overloads not shown as call
                    candidates...
September 02, 2023
Learn »
...have to mimic "classes" behavior with some template magic, just like OOP in C similar...
August 31, 2023
Learn »
...Error: template instance `splitter!((a, b) => a.splitter(b).array)` does not match any template...
August 30, 2023
Learn »
...lines**>
src/dget/db.d(276): Error: template instance `api3.forgeSqlCheckerForSchema!(Schema("public", <snip **BAZILLIONS...
117 118 119 120 121 122 123 124 125 126 127
Next ›   Last »