October 24, 2008 General » Re: defered new feature | |||
|---|---|---|---|
| |||
...can assign to "this" in the constructor. typedef bool Bogus; const Bogus bogus = false; class... | |||
October 22, 2008 General » Re: Change the name of ArrayBoundsException in druntime | |||
|---|---|---|---|
| |||
...even though the former or does nothing. typedef Exception MyException; // might be a good compromise... | |||
October 22, 2008 General » Re: Operator overhaul | |||
|---|---|---|---|
| |||
Reply to Andrei,
I want to do:
typedef real MyReal(int i)
{
MyReal!(i) opAdd... | |||
October 21, 2008 Issues » [Issue 2425] New: second "interface" should be invariant | |||
|---|---|---|---|
| |||
...com
ReportedBy: terranium@yandex.ru
TypeSpecialization:
Type
typedef
struct
union
class
interface
enum
function
delegate... | |||
October 15, 2008 General » Re: equivariant functions | |||
|---|---|---|---|
| |||
...making some class-scoped version of the typedef{Const : const} thing, but at that point... | |||
October 15, 2008 General » Re: equivariant functions | |||
|---|---|---|---|
| |||
...typedef { Const : const }
Const(A) a() Const {...}
typedef { Const : const }
Const(B) b() Const {...}
typedef... | |||
October 15, 2008 General » Re: equivariant functions | |||
|---|---|---|---|
| |||
...like the idea of 'const?' and the typedef{} idea, but maybe reusing the keyword 'auto... | |||
October 15, 2008 General » Re: equivariant functions | |||
|---|---|---|---|
| |||
...actually quite close to Bill Baxter's typedef {} proposal. And it seems like the call... | |||
October 15, 2008 General » Re: equivariant functions | |||
|---|---|---|---|
| |||
...this style just in case someone has typedef'd the return type, and they want... | |||
October 15, 2008 General » Re: equivariant functions | |||
|---|---|---|---|
| |||
...my suggestion it would be something like
typedef {Const : const }
Const(X) getValue(IterType!(Const... | |||
Copyright © 1999-2021 by the D Language Foundation