Alias StackBuffer.opDollar

struct StackBuffer
{
  // ...
  alias opDollar = length;
  // ...
}