public IKzWriter Add(Int64 v) { v.AsSpan().CopyTo(Memory.Span.Slice(Length)); Length += 8; return(this); }