Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

b.h
#include <vector>

template<typename T> struct A { static bool b; };
template<typename T> bool A<T>::b;