Functions The following functions are available globally. FIXME: When upgrading to Swift 3.1, move this into `Constant`. -(_:) Creates a constant negate operation to negate an integral value. Declaration Swift public prefix func -(lhs: Constant<Signed>) -> Constant<Signed> Parameters lhs The operand to negate. Return Value A constant value representing the negation of the given constant. -(_:) Creates a constant negate operation to negate a floating value. Declaration Swift public prefix func -(lhs: Constant<Floating>) -> Constant<Floating> Parameters lhs The operand to negate. Return Value A constant value representing the negation of the given constant. © 2017 . All rights reserved. (Last updated: 2017-02-13) Generated by jazzy ♪♫ v0.7.4, a Realm project.