November 11, 2013 Announce » Static Parameter Function Specialization in D | |||
|---|---|---|---|
| |||
...nothrow in {
assert(i < len); // TODO: Add static assert(i < len) when i is constant... | |||
November 10, 2013 Learn » Shared data concurrency with SDL | |||
|---|---|---|---|
| |||
...void postMixCallback(void* udata, ubyte *stream, int len)
{
shared RingBuffer* buffer = cast(shared RingBuffer*)udata... | |||
November 01, 2013 Issues » [Issue 11409] Array element-wise comparison | |||
|---|---|---|---|
| |||
...off:
for (size_t u = 0; u < len; u++)
{
int result = s1[u] - s2[u... | |||
October 26, 2013 Issues » [Issue 11358] debug import and getUnittests do not mix | |||
|---|---|---|---|
| |||
...48 PDT ---
Reduced test case:
debug { }
enum len = __traits(getUnitTests, mixin(__MODULE__)).length;
Compiler fix... | |||
October 25, 2013 General » C to D bindings: how much do you D-ify the code? | |||
|---|---|---|---|
| |||
...length+pointer pairs void bar(size_t len, int* ptr) -> void bar(int[] a) 6... | |||
October 22, 2013 Genel » Sözcükleri, uzunluğuna göre yerleştirme! | |||
|---|---|---|---|
| |||
...temsil edecek bir dilim tanımlamak istedim!
auto len(){
size_t result;
foreach(word; wordId) {
result... | |||
October 21, 2013 Issues » [Issue 11317] New: glue.c:1218: virtual unsigned int Type::totym(): Assertion `0' failed. | |||
|---|---|---|---|
| |||
...nothrow {
return 0;
}
@property
void length(uint len) {
}
}
void main()
{
Test t;
t.length += 2... | |||
October 19, 2013 General » Re: Slices in D vs Go | |||
|---|---|---|---|
| |||
...orig cap: ", original.capacity); // 7
writeln("orig len: ", original.length); // 0
Further down says: "But... | |||
October 05, 2013 General » Re: std.d.lexer : voting thread | |||
|---|---|---|---|
| |||
...16 Nesting: 534 @ ~441.7 [count @ avg_len] 0m0.010s user 0m0.001s system 0m0... | |||
October 04, 2013 Learn » Re: Executable memory | |||
|---|---|---|---|
| |||
...writeln("length: ", len); // shouldn't be very large
opcodes[0 .. len] = f[0 .. len]; // copy... | |||
Copyright © 1999-2021 by the D Language Foundation