addFirst(_:)

Add a character to the start of the queue (will be the next character retrieved).

TokenQueue.swift:49
func addFirst(_ c: Character)
<param>