May 29, 2012 Learn » Re: BitArray - Is there one? | |||
|---|---|---|---|
| |||
...opSub(BitArray e2)
{
BitArray result;
result.length = len;
for (size_t i = 0; i < dim... | |||
May 27, 2012 General » Re: Lexer and parser generators using CTFE | |||
|---|---|---|---|
| |||
...newNimNode(nnkStmtList)
for i in 1 .. s.len-1:
var str = s[i].toStrLit()
result... | |||
May 02, 2012 Learn » Derelict3 running | |||
|---|---|---|---|
| |||
...INFO_LOG_LENGTH, &len); char[] error=new char[len]; glGetShaderInfoLog(vshad, len, null, cast(char... | |||
May 01, 2012 General » Re: Does D have too many features? | |||
|---|---|---|---|
| |||
...to the other four. * how p[0..len] can be seen as an issue instead... | |||
April 30, 2012 General » Re: Does D have too many features? | |||
|---|---|---|---|
| |||
...them...) *the writing of the p[0..len] that you need to use when some... | |||
April 26, 2012 Issues » [Issue 7992] std.algorithm.find breaks in certain circumstances | |||
|---|---|---|---|
| |||
...data.length;}
void length(size_t len) {data.length = len;}
}
// End hasLength functions
// Start InputRange... | |||
April 26, 2012 Issues » [Issue 7992] New: std.algorithm.find breaks in certain circumstances | |||
|---|---|---|---|
| |||
...data.length;}
void length(size_t len) {data.length = len;}
}
// End hasLength functions
// Start InputRange... | |||
April 26, 2012 General » export extern (C) void Fun Error | |||
|---|---|---|---|
| |||
...len = 0;
version(Windows)
{
while(true)
{
Thread.sleep( dur!("seconds")( 2 ) );
id++;
connectedCallBack(id);
len... | |||
April 26, 2012 Issues » [Issue 7986] New: segfault in rt.lifetime.__doPostblit on array of struct | |||
|---|---|---|---|
| |||
...0x000000000041ef10 in rt.lifetime.__doPostblit() (ti=0x630550, len=1,
ptr=0x7ffff7ec5fe0) at src/rt/lifetime... | |||
April 25, 2012 Learn » Re: Bitarray size limits | |||
|---|---|---|---|
| |||
...size_t len;
size_t* ptr;
@property const size_t dim() {
return (len + (bitsPerSizeT-1... | |||
Copyright © 1999-2021 by the D Language Foundation