December 01 Issues » [Issue 14830] RefCounted and Unique do not forward all fields of underlying data structure | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=14830 --- Comment #3 from dlangBugzillaToGithub <robert.schadek... | |||
November 29 Learn » Re: Is there a way to Deferred binding symbol from dynamic library? | |||
|---|---|---|---|
| |||
...way, they'd just be pointers to data instead of to code. ```d __gshared int... | |||
November 25 Issues » [Issue 24877] New: Randomness in UUID generation is insufficient. | |||
|---|---|---|---|
| |||
...html in section 8 says: "Instead CSPRNG data SHOULD be selected from a source with... | |||
November 23 Announce » Re: Simple DataFrames library | |||
|---|---|---|---|
| |||
...release with couple of enhancements: - Column!T.data is changed to Column!T.values (`1... | |||
November 23 Learn » Re: Using a tuple as a function parameter | |||
|---|---|---|---|
| |||
...want to pass around several types of data that are also used as compile-time... | |||
November 22 General » Sreachview api design | |||
|---|---|---|---|
| |||
...access+indexing ranges looking at the same data, but its kinda allot of functions and... | |||
November 22 Announce » Re: Simple DataFrames library | |||
|---|---|---|---|
| |||
...definitely missing in D is a native data frame library. I have a question that... | |||
November 22 Learn » Re: std.mmfile + std.bitmanip.peek, void[] is not a forward range? | |||
|---|---|---|---|
| |||
...and friends to work on void[] since the underlying data is assumed to be untyped. | |||
November 21 Learn » Re: std.mmfile + std.bitmanip.peek, void[] is not a forward range? | |||
|---|---|---|---|
| |||
...else. If you want to access the data as bytes, then typically, casting to ubyte... | |||
November 21 Learn » std.mmfile + std.bitmanip.peek, void[] is not a forward range? | |||
|---|---|---|---|
| |||
...void[] data = mmFile[]; //doesn't matter, same as slicing mmFile below int val = data[offset... | |||
Copyright © 1999-2021 by the D Language Foundation