xor

Undocumented in source.
  1. const(Buffer) xor(const(ubyte[]) a, const(ubyte[]) b)
  2. const(Buffer) xor(BinBuffer a, BinBuffer b)
  3. Buffer xor(ubyte[] result, const(ubyte[]) a, const(ubyte[]) b)
    @trusted
    xor
    (
    ref scope ubyte[] result
    ,
    scope const(ubyte[]) a
    ,
    scope const(ubyte[]) b
    )
  4. Buffer xor(Range range)

Meta