always method

Always<T> always()

Creates an ALWAYS (Globally) operator for this formula. G(this)

Implementation

Always<T> always() => Always<T>(this);