class Blend2D::Globals::BLArray

Defined in:

blend2d/globals/array.cr

Constructors

Instance Method Summary

Instance methods inherited from class Blend2D::BLStructure

finalize finalize, pointer : Pointer pointer

Constructor Detail

def self.new(array : Array(BLStructure), type : LibBlend2D::BLImplType) #

[View source]
def self.new(type : LibBlend2D::BLImplType) #

[View source]
def self.new(array_core : LibBlend2D::BLArrayCore) #

[View source]

Instance Method Detail

def <<(item : BLStructure) #

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

[View source]
def finalize #
Description copied from class Blend2D::BLStructure

Called when Crystal's garbage collector collects this instance.


[View source]
def to_slice(x : T.class) forall T #

[View source]