Tween.reset

Resets a tween to its initial value (the one given, not the one before the tween), given its object and property/method pair. By default, all tweens are removed, unless key is specified.

struct Tween
@nogc nothrow
bool
reset
(,
in String key = gs!""
)

Meta