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();
}
pub fn eqlZero(self: Mutable) bool
self: Mutable
pub fn eqlZero(self: Mutable) bool {
return self.toConst().eqlZero();
}