module HROOT.Core.TArray
       (TArray(..), ITArray(..), upcastTArray, downcastTArray,
        tArray_GetSize)
       where
import HROOT.Core.TArray.RawType
import HROOT.Core.TArray.Interface
import HROOT.Core.TArray.Implementation