Convert a text description to a datatype
text_to_dtype(text, lang_type = h5const$H5LT_DDL)
A datatype corresponding to the text with the appropriate class inheriting from H5T
.
Converts a text to a datatype using the HDF5 function H5LT_text_to_dtype. Documentation can be found at https://docs.hdfgroup.org/hdf5/v1_10/group___h5_l_t.html.