Debouncer<T> typedef
Debouncer<T> = SmartDebouncer<T>
A convenient alias for SmartDebouncer that exposes the same API with a shorter, expressive name for application code.
Implementation
typedef Debouncer<T> = SmartDebouncer<T>;