Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Subtracts two values and places the result in self.
final long Unsigned64.subtract(long v1, long v2)
v1 The first operand.
v2 The second operand.
The result of v2 being subtracted from v1.