class ForLoop

Defined in:

bench/ast.cr

Constructors

Instance methods inherited from class BenchASTNode

to_lua to_lua

Constructor Detail

def self.new(variable : String, target : ArrayLiteral, body : Array(BenchASTNode)) #

[View source]