January 13, 2023 Learn » Re: Creating a pointer/slice to a specific-size buffer? (Handing out a page/frame from a memory manager) | |||
|---|---|---|---|
| |||
...4096; enum BUF_POOL_NUM_PAGES = 1024; alias frame_idx_t = size_t; ubyte[10... | |||
January 12, 2023 Genel » Aralık Döndüren Takvim Uygulaması | |||
|---|---|---|---|
| |||
...1);
}
}
auto dowToStr(size_t len = 0)()
{
alias E = DayOfWeek;
string[] result;
for(E x... | |||
January 12, 2023 Learn » Re: Coding Challenges - Dlang or Generic | |||
|---|---|---|---|
| |||
...1);
}
}
auto dowToStr(size_t len = 0)()
{
alias E = DayOfWeek;
string[] result;
for(E x... | |||
January 12, 2023 General » Re: phobos's circle CI runs a busted version of DMD | |||
|---|---|---|---|
| |||
...struct TestType(T)
{
import std.traits : Unsigned;
alias U = Unsigned!T;
T t = T.min... | |||
January 12, 2023 Issues » [Issue 23620] 'alias this' is not respected in static array length position | |||
|---|---|---|---|
| |||
...dmd pull request #14803 "fix issue 23620 - 'alias this' is not respected in static array... | |||
January 11, 2023 Learn » Re: enum functions | |||
|---|---|---|---|
| |||
...import std.meta;
void main() {
alias functions = AliasSeq!(foo, bar);
alias types = AliasSeq!(int, double... | |||
January 11, 2023 Issues » [Issue 23517] dmd with -g flag fails to link on macOS 13.0.1 (i368) with unaligned pointer | |||
|---|---|---|---|
| |||
...dmd pull request #14803 "fix issue 23620 - 'alias this' is not respected in static array... | |||
January 11, 2023 Issues » [Issue 23620] 'alias this' is not respected in static array length position | |||
|---|---|---|---|
| |||
...dmd pull request #14803 "fix issue 23620 - 'alias this' is not respected in static array... | |||
January 11, 2023 Issues » [Issue 23620] New: 'alias this' is not respected in static array length position | |||
|---|---|---|---|
| |||
...cgi?id=23620
Issue ID: 23620
Summary: 'alias this' is not respected in static array... | |||
January 11, 2023 Learn » Re: enum functions | |||
|---|---|---|---|
| |||
...meaningful since it really just is an alias for auto right now. Perhaps it could... | |||
Copyright © 1999-2021 by the D Language Foundation