Complex.zero constructor

const Complex.zero()

This is the same as calling Complex(0, 0).

Implementation

const Complex.zero() : this(0, 0);