TriviaPiece

A contiguous stretch of a single kind of trivia. The constituent part of a Trivia collection.

TriviaPieces.swift:23
enum TriviaPiece

For example, four spaces would be represented by .spaces(4)

In general, you should deal with the actual Trivia collection instead of individual pieces whenever possible.