Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

preamble_macro_template.h
#define STATIC_CAST static_cast

template<typename T>
void foo(T *p) {
  (void)STATIC_CAST<T*>(0);
}