January 15, 2023 Issues » [Issue 19960] ElementType!(char[]) + betterC = wrong type | |||
|---|---|---|---|
| |||
...R.init.front.init) T))
alias ElementType = T;
else
alias ElementType = void;
}
What is happening... | |||
January 15, 2023 Issues » [Issue 23620] 'alias this' is not respected in static array length position | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23620 --- Comment #5 from Max Samukha <maxsamukha... | |||
January 15, 2023 Learn » Re: Mixin helper help | |||
|---|---|---|---|
| |||
...import std.variant;
private
Variant[string] values; alias
values this;
@property {
Variant opDispatch(string name... | |||
January 14, 2023 Issues » [Issue 23620] 'alias this' is not respected in static array length position | |||
|---|---|---|---|
| |||
...void main()
{
struct Index
{
size_t value;
alias value this;
}
enum size_t i = Index... | |||
January 14, 2023 Issues » [Issue 23626] [REG2.096] Template deduction with auto const ref Args... and delegate | |||
|---|---|---|---|
| |||
...T* some_function() {
assertOp(1);
return null;
}
alias some_function this;
}
struct ReclamationBatch {
FixedArray!(uint... | |||
January 14, 2023 Issues » [Issue 23626] New: [REG2.096] Template deduction with auto const ref Args... and delegate | |||
|---|---|---|---|
| |||
...some_function() {
assertOp !""(1, 1);
return null;
}
alias some_function this;
}
struct ReclamationBatch {
FixedArray !(uint... | |||
January 14, 2023 Issues » [Issue 23625] New: Function ZeroMemory missing in windows headers | |||
|---|---|---|---|
| |||
...Destination, 0, Length);} alias MoveMemory = RtlMoveMemory; alias CopyMemory = RtlCopyMemory; alias FillMemory = RtlFillMemory; alias ZeroMemory = RtlZeroMemory... | |||
January 14, 2023 Issues » [Issue 23620] 'alias this' is not respected in static array length position | |||
|---|---|---|---|
| |||
...1fe9ffb6722c902bf0a3fcd78cfb740bcbf1bc31 by Basile Burg: fix issue 23620 - 'alias this' is not respected in static array... | |||
January 14, 2023 Issues » [Issue 23618] Right Shift equals expressions on unsigned shorts don't behave the same as regular shifts | |||
|---|---|---|---|
| |||
...struct TestType(T)
{
import std.traits : Unsigned;
alias U = Unsigned!T;
T t = T.min... | |||
January 13, 2023 Learn » Re: Why not allow elementwise operations on tuples? | |||
|---|---|---|---|
| |||
...T, size_t n)
{
T[n] impl;
alias impl this;
/**
* Per-element unary operations.
*/
Vec... | |||
Copyright © 1999-2021 by the D Language Foundation