On this page:
fxxor2
fxxor
7.1 Untyped versions of fixnum
7.7

7 Fixnum operations (fxxor …)

Georges Dupéron <georges.duperon@gmail.com>

procedure

(fxxor2 a b)  Fixnum

  a : Fixnum
  b : Fixnum
fxxor from racket/fixnum, re-provided with the type (Fixnum Fixnum Fixnum).

procedure

(fxxor a ...)  Fixnum

  a : Fixnum
N-aray generalization or fxxor2. Equivalent to (foldl fxxor2 0 args).

7.1 Untyped versions of fixnum

 (require phc-toolkit/untyped/fixnum)
  package: phc-toolkit