Function negate [src]

Prototype

pub fn negate(x: anytype) !@TypeOf(x)

Source

pub fn negate(x: anytype) !@TypeOf(x) { return sub(@TypeOf(x), 0, x); }