Search

February 24
Issues »
...involves instantiating 32767 templates.
```
size_t foo(size_t i, size_t mask)()
{
    static if...
February 20, 2024
Issues »
https://issues.dlang.org/show_bug.cgi?id=23255

Iain Buclaw <ibuclaw@gdcproject.org> changed...
February 19, 2024
Genel »
...alias T = ABCDEF;
  auto hex = test.to!T...konulara girmişsiniz. O yüzden size hayranım ama ben...
February 18, 2024
Genel »
...num*2] toHexString(Order order = Order.increasing,
                        size_t num,
                        LetterCase letterCase = LetterCase.upper)
(const...
February 18, 2024
Learn »
...uint size = 0;
	auto ret = GetAdaptersInfo(null, &size...function, however it doesn't seem the necessary...
February 16, 2024
General »
...t matter.

```
shared(Object.Monitor*) getMonitor(immutable Object o)
{
	size_t addr=cast(size_t...
February 16, 2024
Learn »
...T : Throwable = Exception, E)
                 (lazy E expression,
                  string msg = null,
                  string file = __FILE__,
                  size_t...
February 15, 2024
Announce »
...trusted T* ptrTrustMe(T)(scope ref T x) {
        size_t res = cast(size_t) &x...
February 14, 2024
General »
...a, byte[] b) {
    int sum = 0;

    for(size_t i; i < a.length; i += 64...
February 13, 2024
Learn »
...ssize`, which is signed size.

I do use...make sizes unsigned.  Wouldn't that be a...
20 21 22 23 24 25 26 27 28 29 30 31
Next ›   Last »