Element

data class Element<E>(val element: E, val weight: Float) : Record(source)

Constructors

Link copied to clipboard
constructor(element: E, weight: Float)

Properties

Link copied to clipboard
val element: E
Link copied to clipboard