Signature
data class Signature(val name: String, val arity: Int, val vararg: Boolean = false) : TermConvertible
The signature of a query Struct or a Primitive
Constructors
Properties
Functions
Link copied to clipboard
Converts this Signature to Indicator, if possible without loosing information, otherwise throws an exception