Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

strct.h
#ifndef STRCT_H
#define STRCT_H
struct strct_outer {
  template <typename = int>
  struct strct;
};
#endif