Search

February 06, 2011
Issues »
...m','n'],['o']];
    schwartzSort!len(l);
    writeln(l);
}


In Python the "len()" function is a...
February 05, 2011
General »
...range = "Hello, World";
    auto len = countUntil(range, ",");
    assert(range[0..len] == "Hello");

where range is...
January 31, 2011
Issues »
...lines 2404-2405:
                if (!trymatch(pop, pop + len))
                    goto Lnomatch;

by:
                if (!psave)
                {
                    psave = cast...
January 31, 2011
Issues »
...engine.REparen:
                // ... pass
                if (!trymatch(pop, pop + len))
                    goto Lnomatch;
                pmatch[n + 1].startIdx = ss...
January 30, 2011
c++.stlsoft »
...wide2multibyte
 * improved performance of of c_str_len(_a|_w)() shim overloads of stlsoft::multibyte2wide...
January 24, 2011
General »
...result)
    {
	assert(isValidDchar(result));
    }
    body
    {
	size_t len = s.length;
	dchar V;
	size_t i...
January 21, 2011
Issues »
...e->op == TOKstring)
+            len /= ((StringExp *)e)->len;
+        if (e->op == TOKarrayliteral)
+            len /= ((ArrayLiteralExp *)e)->elements...
January 17, 2011
Issues »
...onOutOfMemoryError();
        r[nranges].pos = p;
        r[nranges].len = sz;
        ranges = r;
        ++nranges;
        return;
    }
    return proxy...
January 17, 2011
General »
...discussed before).
But something like
  size_t len = uniLen("sdfüñẫ"); // 6
  string s = uniSlice(str...
January 13, 2011
General »
...0;
            immutable len = _data.length;
            int result = 0;
            while(result == 0 && idx < len)
            {
                d = std...
82 83 84 85 86 87 88 89 90 91 92 93
Next ›   Last »