Provider

class Provider(val type: VarType, val normalized: Boolean, val precision: Precision = Precision.DEFAULT, val fixedLocation: Int)

Constructors

Link copied to clipboard
constructor(type: VarType, normalized: Boolean, precision: Precision = Precision.DEFAULT, fixedLocation: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
operator fun provideDelegate(thisRef: Any?, property: KProperty<*>): Attribute