EffectsMethods typedef

EffectsMethods = (Effects, {Pull pull, Push push})

The methods for accessing the effect stack

Implementation

typedef EffectsMethods = (Effects, {Push push, Pull pull});