struct Management::Population

Defined in:

mechanics/management.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(count : Array(Int32), free : Array(Int32)) #

[View source]

Class Method Detail

def self.component_index #

Instance Method Detail

def clone #

[View source]
def copy_with(count _count = @count, free _free = @free) #

[View source]
def count : Array(Int32) #

def free : Array(Int32) #