if0 method

int if0(
  1. int then
)

Implementation

int if0(int then) => this == 0 ? then : this;