Function eqlZero [src]

Returns true if a == 0.

Prototype

pub fn eqlZero(self: Mutable) bool

Parameters

self: Mutable

Source

pub fn eqlZero(self: Mutable) bool { return self.toConst().eqlZero(); }