module HDF5::VLenStorage

Defined in:

hdf5/vlen_storage.cr

Class Method Summary

Class Method Detail

def self.descriptors(data : Array(Array(T))) : Array(LibHDF5::VLen) forall T #

[View source]
def self.read(type : Array(T).class, type_id : LibHDF5::Hid, space_id : LibHDF5::Hid, count : Int, buffer : Array(LibHDF5::VLen)) : Array(Array(T)) forall T #

[View source]