typealias PredictionTokensCallback = (GenerationOutput) -> Void
s10Generation24PredictionTokensCallbacka
7755A
import Generation
typealias GenerationOutput = [Int]
typealias Void = ()
The return type of functions that don’t explicitly specify a return type, that is, an empty tuple ().
()