示例#1
0
 public ref THead GetItemHeader(int i) => ref _buffer.AsRef <THead>(i);
 public ref              T this[int i] => ref _buffer.AsRef <T>(i);