SortingFnOption

typealias SortingFnOption<TData> = Any?

Choice of sort function. Either "auto", the name of a built-in or registered fn (a String), or a SortingFn value. Typed as Any? because Kotlin cannot model that mixed union.