# Functions
NewTabRowWriter is a function that creates a new instance of the `TabRowWriter` struct, which implements the `Writer` interface.
# Structs
TabRowWriter struct is defining a new struct type called `TabRowWriter`.
# Interfaces
Writer is defining an interface called `Writer`.