ALLOWED_LENGTHS

Allowed lengths of encoded data -- reject anything else. Maps to an IntArray.

Properties

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int
Link copied to clipboard

Data type the hint is expecting. Among the possible values the Unit (Java's Void) stands out as being used for hints that do not expect a value to be supplied (flag hints). Such hints will possibly have their value ignored, or replaced by a true. Hint suppliers should probably use true as directed by the actual hint documentation.