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