5 days ago Issues » [Issue 21756] Immutable array literals cause runtime GC allocation instead of static readonly section allocation | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=21756 --- Comment #6 from dlangBugzillaToGithub <robert.schadek... | |||
December 01 Issues » [Issue 20647] rmdirRecurse and remove cannot remove readonly files on windows | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=20647 --- Comment #2 from dlangBugzillaToGithub <robert.schadek... | |||
August 08 Issues » [Issue 24698] Appender needs to expose readonly property 'size_t length' without using 'data' property | |||
|---|---|---|---|
| |||
...Fix Bugzilla 24698 - Appender needs to expose readonly property 'size…" was merged into master: - ef4836a7be496ff0a5515968a78e8a5bd536181b... | |||
August 08 Issues » [Issue 24698] Appender needs to expose readonly property 'size_t length' without using 'data' property | |||
|---|---|---|---|
| |||
...expose readonly property 'size…" fixing this issue: - Fix Bugzilla 24698 - Appender needs to expose readonly... | |||
August 08 Issues » [Issue 24698] New: Appender needs to expose readonly property 'size_t length' without using 'data' property | |||
|---|---|---|---|
| |||
...ID: 24698
Summary: Appender needs to expose readonly property 'size_t
length' without using 'data... | |||
April 30 DIP Ideas » Re: Extending D's support for object-oriented design with private(this) | |||
|---|---|---|---|
| |||
...there. Maybe simply by making the file readonly, but there are also stronger protection measures... | |||
April 28 DIP Ideas » Re: Rethink OOP access permissions | |||
|---|---|---|---|
| |||
...perform operators (modify in place). The C# ``readonly`` type qualifier is similar to our ``immutable... | |||
April 27 DIP Ideas » Rethink OOP access permissions | |||
|---|---|---|---|
| |||
...are also interesting. They have 'init' and 'readonly' aswell. https://learn.microsoft.com/en-us... | |||
March 29 Learn » How to make fields inaccessible (unreadable and unachangeable) outside of the structure? | |||
|---|---|---|---|
| |||
...data)
{
this.data = data;
}
}
```
(I will use readonly ```@property``` as only way to read them... | |||
January 17, 2024 Issues » [Issue 24343] New: Read only data used to initialize objects that are mostly zero | |||
|---|---|---|---|
| |||
...DATA or READONLY sections in the executable. Even better, since the initializer is readonly, all... | |||
Copyright © 1999-2021 by the D Language Foundation