Search Results

phobos
std.​container.​slist.​SList.​reverse

Reverses SList in-place. Performs no memory allocation.

phobos
std.​meta.​Reverse.​Reverse

Undocumented in source.

phobos
std.​algorithm.​mutation.​reverse

Reverses r in-place. Performs r.length / 2 evaluations of swap. UTF sequences consisting of multiple code units are preserved properly.

phobos
std.​typecons.​reverse

Creates a copy of a Tuple with its fields in reverse order.

phobos
std.​bitmanip.​BitArray.​reverse

Reverses the bits of the BitArray.

phobos
phobos.​sys.​meta.​Reverse

Takes an AliasSeq and result in an AliasSeq where the order of the elements has been reversed.

phobos
std.​meta.​Reverse

Returns an AliasSeq created from args with the order reversed.

dplug
dplug.​fft.​fft_impl.​Scalar.​reverse
Undocumented in source. Be warned that the author may not have intended to support it.
pham_library
pham.​cp.​cp_cipher_buffer.​CipherBuffer.​reverse
Undocumented in source. Be warned that the author may not have intended to support it.
tango
tango.​core.​BitArray.​BitArray.​reverse

Reverses the contents of this array in place, much like the reverse property for built-in arrays.

automapper
automapper.​config.​ObjectMapperConfig.​Reverse
Undocumented in source.
libpsd
psd.​psd_layer_gradient_map.​reverse
Undocumented in source.
pham_library
pham.​utl.​utl_array.​IndexedArray.​reverse
Undocumented in source. Be warned that the author may not have intended to support it.
hunt-sql
hunt.​sql.​ast.​statement.​SQLJoinTableSource.​SQLJoinTableSource.​reverse
Undocumented in source. Be warned that the author may not have intended to support it.
s2geometry-d
s2.​builder.​graph.​Graph.​reverse

Given an edge (src, dst), returns the reverse edge (dst, src).

gtk_d
glib.​ListG.​ListG.​reverse

Reverses a #GList. It simply switches the next and prev pointers of each element.

gtk_d
glib.​QueueG.​QueueG.​reverse

Reverses the order of the items in @queue.

ithoxd-qrcode
ithox.​qrcode.​common.​bitarray.​BitArray.​reverse

Reverses the array.

dplug
dplug.​fft.​sse_float.​Vector.​reverse
Undocumented in source. Be warned that the author may not have intended to support it.
undead
undead.​bitarray.​BitArray.​reverse

Support for array.reverse property for BitArray.