struct

Myst::Doc::ClauseDoc

Inherits Struct / Value / Object

Constructors

new(head : String, arity : Int32, parameters : Array(String), splat_index : Int32 | Nil, block_parameter : String | Nil, doc : String | Nil)
Source

Instance methods

arity
Source
arity=(arity : Int32)
Source
block_parameter
Source
block_parameter=(block_parameter : String | Nil)
Source
doc=(doc : String | Nil)
Source
head
Source
head=(head : String)
Source
parameters
Source
parameters=(parameters : Array(String))
Source
splat_index
Source
splat_index=(splat_index : Int32 | Nil)
Source