class Imos(T)

Defined in:

datastructure/imos.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(size : Int32) #

[View source]

Instance Method Detail

def add(start : Int, count : Int, val : T) : Nil #

[View source]
def add(range : Range, val : T) : Nil #

[View source]
def build : Array(T) #

[View source]
def size : Int32 #

[View source]