Function nonzero [src]

Prototype

pub fn nonzero(l: Limit) bool

Parameters

l: Limit

Source

pub fn nonzero(l: Limit) bool { return @intFromEnum(l) > 0; }