December 16, 2021 Genel » Re: Üç Boyutlu Dünya-2 (ilk çalışır kod) | |||
|---|---|---|---|
| |||
...katSayı * açı;
enum Boyut { X, Y, Z }
alias Painter = Çizici;
void main() {
auto scr = new... | |||
December 16, 2021 Genel » Re: Abstract ile miras alma olayları (OOP) | |||
|---|---|---|---|
| |||
...Bunları yazmak artık çok kolay: alias Integer = AnyValue!int; alias Float = AnyValue!(float, "%.1f"); void... | |||
December 16, 2021 General » Re: String interpolation, after a healthy debate on discord | |||
|---|---|---|---|
| |||
...raw a should work (it's an alias parameter). Passing a+1 obviously doesn't... | |||
December 14, 2021 General » Re: String interpolation, after a healthy debate on discord | |||
|---|---|---|---|
| |||
I assumed it works with alias/variadic params...?
```d
import std;
int sum(Vs...)()
{
int... | |||
December 14, 2021 Issues » [Issue 22599] Infinite loop using join with alias this and non-ascii unicode | |||
|---|---|---|---|
| |||
...join |Infinite loop using join
|with alias this |with alias this and
| |non-ascii unicode
-- | |||
December 14, 2021 Issues » [Issue 22599] New: Infinite loop using join with alias this | |||
|---|---|---|---|
| |||
...22599
Summary: Infinite loop using join with alias this
Product: D
Version: D2
Hardware: x86... | |||
December 14, 2021 Learn » Re: Why code failed to compile for foo2? | |||
|---|---|---|---|
| |||
...express it because it goes through an alias. The closest you can come is to... | |||
December 14, 2021 Issues » [Issue 22530] Explicit cast between classes incorrectly goes through 'alias this' inside CTFE | |||
|---|---|---|---|
| |||
...Explicit cast between classes incorrectly goes through 'alias this' inside CTFE (#13332) https://github.com... | |||
December 14, 2021 Issues » [Issue 21073] Rebindable does not work when class has alias this to inout property | |||
|---|---|---|---|
| |||
...has alias this to inout property (#13291) The cast expression was trying an 'alias this... | |||
December 13, 2021 Learn » Re: Why code failed to compile for foo2? | |||
|---|---|---|---|
| |||
...void foo2(T, alias UT1 = Unqual!T)(T x)
// You can create alias UT1 but... | |||
Copyright © 1999-2021 by the D Language Foundation