class Stacklang::Function::Prototype::Parameter

Defined in:

stacklang/compiler/function/function.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, constraint : Stacklang::Type::Any, offset : Int32) #

[View source]

Instance Method Detail

def constraint : Stacklang::Type::Any #

[View source]
def name : String #

[View source]
def offset : Int32 #

[View source]