xor

Undocumented in source.
  1. Buffer xor(const(ubyte[]) a, const(ubyte[]) b)
    @safe pure nothrow
    xor
    (
    scope const(ubyte[]) a
    ,
    scope const(ubyte[]) b
    )
  2. void xor(ubyte[] result, const(ubyte[]) a, const(ubyte[]) b)
  3. Buffer xor(Range range)

Meta