ITupleFormattable

Namespace: SnowBank.Data.Tuples.Binary · interface

Represents a tuple that can formats its item into a string representation

Methods

AppendItemsTo

int AppendItemsTo(ref FastStringBuilder sb)

Writes the string representation of the items of this tuple

  • sb — Output buffer

Returns: Number of items written

This method should not emit any "(" or ")" delimiters, but should insert ", " separators between items