Function abs [src]

Modify to become the absolute value

Prototype

pub fn abs(self: *Mutable) void

Parameters

self: *Mutable

Source

pub fn abs(self: *Mutable) void { self.positive = true; }