Variable CircularAppender.cyclic

Cyclic Output range over buffer

class CircularAppender
{
  // ...
  Cycle!(typeof(buffer)) cyclic ;
  // ...
}