class Crinja::Tag::For::ForLoop

Included Modules

Direct Known Subclasses

Defined in:

lib/util/for_loop.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(iterator : Iterator(Value), length : Int32) #

def self.new(collection : Value) : self #

def self.new(iterator : Iterator(Value)) #

Instance Method Detail

def crinja_attribute(attr : Value) : Value #

def cycle #

def each(&) #

def first : Bool #

def index #

def index0 : Int32 #

def iterator : Iterator(Crinja::Value) #

def last : Bool #

def length : Int32 #

def revindex #

def revindex0 : Int32 #