vU256Neg(_:_:)
Unsigned 256-bit negation.
Declaration
func vU256Neg(_ a: UnsafePointer<vU256>, _ result: UnsafeMutablePointer<vU256>)Parameters
- a:
The value to negate.
- result:
Returns the negated value.
Unsigned 256-bit negation.
func vU256Neg(_ a: UnsafePointer<vU256>, _ result: UnsafeMutablePointer<vU256>)The value to negate.
Returns the negated value.