Size

data class Size(val node: ExpressionNode, val lowerBound: Long?, val upperBound: Long?) : ResolvedTypeReference.Constraint

Constructors

Link copied to clipboard
constructor(node: ExpressionNode, lowerBound: Long?, upperBound: Long?)

Properties

Link copied to clipboard
open override val humanReadableName: String
Link copied to clipboard
Link copied to clipboard
open override val node: ExpressionNode
Link copied to clipboard