gene_xor

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ulong[] gene_xor(const(ulong[]) a, const(ulong[]) b)
    @safe pure nothrow
    ulong[]
    gene_xor
    (
    scope const(ulong[]) a
    ,
    scope const(ulong[]) b
    )
  2. void gene_xor(ulong[] result, const(ulong[]) a, const(ulong[]) b)

Meta