Contents

init(_:)

Creates a type-erased categorical summary from a typed categorical summary.

Declaration

init<T>(_ summary: CategoricalSummary<T>) where T : Hashable

Parameters

  • summary:

    A typed categorical summary.