Package-level declarations

Types

Link copied to clipboard
data class ChartDataPoint<X, Y>(val x: X, val y: Y)