Completed
Details
Assignee
UnassignedUnassignedReporter
Justin tJustin tPatch
CodePriority
Trivial
Details
Details
Assignee
Unassigned
UnassignedReporter
Justin t
Justin tPatch
Code
Priority
Created December 30, 2014 at 6:06 PM
Updated January 6, 2015 at 7:39 PM
Resolved January 6, 2015 at 7:39 PM
Unlike regular Clojure, bitwise operators only support two arguments
(bit-or 0 1)
not
(bit-or 0 0 1)