Tween.remove

Stops animation and removes a tween, given its object and property/method pair. By default, all tweens are removed, unless key is specified.

struct Tween
@nogc nothrow
bool
remove
(
StringArg1
)
(,
in StringArg1 key = ""
)

Meta