OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:retro
(Results
1 - 20
of
20
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/test/
dummyrange.d
421
import std.range : iota,
retro
, repeat;
488
assert(equal!(Cmp.cmp)(it.
retro
, Cmp.iota().
retro
));
/src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
iteration.d
210
assert(equal(a.map!(a => (a - 1) * a)().cacheBidirectional().
retro
(), [12, 6, 2, 0]));
1512
* $(REF
retro
, std,range) can be applied against the filtered range.
1545
assert(equal(
retro
(small), [ 2, 1 ]));
3878
import std.range : chain, cycle, iota, only,
retro
, take, zip;
3883
auto formatted = number.
retro
3887
.
retro
;
3942
import std.range :
retro
;
3946
assert(equal(joiner([inputRangeObject("")]).
retro
, ""));
3976
import std.range :
retro
;
3982
assert(equal(j.
retro
, [44, 4, 3, 2, 1]))
[
all
...]
sorting.d
1340
import std.range :
retro
;
1346
assert(a.merge(b).
retro
.equal([5, 4, 3, 3, 2, 1]));
1408
import std.range :
retro
;
1424
assert(equal(m.
retro
, [60, 50, 40, 30, 20, 10, 3, 2, 1]));
1602
assert(pts4.multiSort!("a > b").release.equal(iota(10).
retro
));
2506
//Currently (DMD 2.061) moveAll+
retro
is slightly less
2509
//moveAll(
retro
(range[lower .. sortedLen]),
2510
//
retro
(range[lower+1 .. sortedLen+1]));
3288
import std.range : iota,
retro
;
3291
auto arr = 1_000_000.iota.
retro
.array
[
all
...]
searching.d
1124
import std.range :
retro
;
1125
return startsWith!pred(
retro
(doesThisEnd),
retro
(withThis));
1539
call `find(
retro
(haystack), needle)`. See $(REF
retro
, std,range).
2425
import std.range :
retro
;
2428
assert(find(
retro
(a), 5).empty);
2429
assert(equal(find(
retro
(a), 2), [ 2, 3, 2, 1 ][]));
2437
assert(find(
retro
(b), 200).length ==
mutation.d
481
$(REF
retro
, std,range) can be used to achieve behavior similar to
489
src.
retro
.copy(dest.
retro
);
2559
See_Also: $(REF
retro
, std,range) for a lazy reverse without changing `r`
/src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
package.d
153
$(TR $(TD $(LREF
retro
))
245
accessed by using the `source` property. Applying
retro
twice to
258
auto
retro
(Range)(Range r)
261
// Check for
retro
(
retro
(r)) and just return r in that case
262
static if (is(typeof(
retro
(r.source)) == Range))
366
assert(equal(
retro
(a[]), b[]));
367
assert(
retro
(a[]).source is a[]);
368
assert(
retro
(
retro
(a[])) is a[])
[
all
...]
/src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
array.d
1369
import std.range :
retro
;
1379
assert(equal(
retro
(b), a));
2435
import std.range :
retro
;
2438
auto a = Array!bool(
retro
(arr));
2439
assert(equal(a[],
retro
(arr)));
/src/external/gpl3/gcc.old/dist/libphobos/src/std/
exception.d
54
import std.range : front,
retro
;
86
assertThrown!ConvException(h.
retro
.equal([54, 0, 12]));
1939
import std.range :
retro
;
1948
assert(handled.
retro
.equal("dlrow olleh")); // as well as `back`
2232
import std.range :
retro
;
2241
assert(handled.
retro
.equal("dlrow olleh")); // as well as `back`
conv.d
5869
assert(s.
retro
.array == "01");
5883
assert(s.
retro
.array == "01");
5899
assert(s.
retro
.array == "01");
5919
assert(s.
retro
.array == "01");
5933
assert(s.
retro
.array == "01");
array.d
3268
import std.range :
retro
;
3278
auto idx =
retro
(subject).countUntil(
retro
(from));
path.d
2503
return equal(r1, r2) && equal(
retro
(r1),
retro
(r2));
stdio.d
3479
import std.range : only,
retro
;
3524
bytesIn.
retro
.copy(writer); output.flush();
utf.d
3779
auto ret = bcu.
retro
;
3790
auto ret = bcu.
retro
;
string.d
1663
import std.range :
retro
;
1665
size_t n = haystack.
retro
.findAmong(needles).source.length;
numeric.d
3833
auto fft1Retro = fft(
retro
(arr));
/src/external/bsd/openldap/dist/tests/scripts/
test072-dsee-sync
48
dsconf set-server-prop -p $PORT1 -w $DSEEPWF
retro
-cl-enabled:on
test075-dsee-persist
50
dsconf set-server-prop -p $PORT1 -w $DSEEPWF
retro
-cl-enabled:on
/src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
tests2.d
196
assert(pres == array(
retro
(heads)));
/src/external/gpl3/gcc.old/dist/libphobos/src/std/uni/
package.d
3744
import std.range :
retro
;
3745
assert(equal(
retro
(a.byInterval),
3747
), text(
retro
(a.byInterval)));
7249
import std.range :
retro
;
7267
assert(gText.array.
retro
.equal(gReverse));
7355
import std.range :
retro
;
7362
.
retro
7373
import std.range :
retro
;
7390
assert(equal(
retro
(plainCp.save),
retro
(text.save)))
[
all
...]
/src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
timezone.d
2078
import std.range :
retro
;
2364
foreach (transition;
retro
(transitions))
Completed in 105 milliseconds
Indexes created Mon Apr 27 00:23:16 UTC 2026