gene_xor

Undocumented in source.
  1. ulong[] gene_xor(const(ulong[]) a, const(ulong[]) b)
  2. void gene_xor(ulong[] result, const(ulong[]) a, const(ulong[]) b)
    @nogc @safe pure nothrow
    void
    gene_xor
    (
    ref scope ulong[] result
    ,
    scope const(ulong[]) a
    ,
    scope const(ulong[]) b
    )

Meta