Ejemplo n.º 1
0
 public IKzWriter Add(UInt64 v)
 {
     v.AsSpan().CopyTo(Memory.Span.Slice(Length)); Length += 8; return(this);
 }