A macro that mirrors assert! but instead of panicking on a failed condition,
it will immediately return an erroneous VortexResult to the calling context.
A macro that mirrors assert_eq! but instead of panicking when left != right,
it will immediately return an erroneous VortexResult to the calling context.