struct Llama::ArrayView(T)

Defined in:

llama/array_view.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(array : Array(T), offset : Int32) #

[View source]

Instance Method Detail

def [](index : Int32) #

[View source]
def []=(index : Int32, value : T) #

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

[View source]
def array=(array : Array(T)) #

[View source]
def offset : Int32 #

[View source]
def offset=(offset : Int32) #

[View source]