class Blend2D::Globals::BLArray
- Blend2D::Globals::BLArray
- Blend2D::BLStructure
- Reference
- Object
Defined in:
blend2d/globals/array.crConstructors
- .new(array : Array(BLStructure), type : LibBlend2D::BLImplType)
- .new(type : LibBlend2D::BLImplType)
- .new(array_core : LibBlend2D::BLArrayCore)
Instance Method Summary
- #<<(item : BLStructure)
- #fill_array(array : Array(T)) forall T
- 
        #finalize
        
          Called when Crystal's garbage collector collects this instance. 
- #to_slice(x : T.class) forall T
Instance methods inherited from class Blend2D::BLStructure
  
  
    
      finalize
    finalize, 
    
  
    
      pointer : Pointer
    pointer
    
  
    
    
  
    
    
    
  
    
    
    
  
Constructor Detail
Instance Method Detail
        
        def finalize
        #
      
      
        
              Description copied from class Blend2D::BLStructure
            
          
          Called when Crystal's garbage collector collects this instance.