module HROOT.Core.TArray
  (
    TArray(..)
  , ITArray
  , upcastTArray
  , downcastTArray

 
  ) where

import HROOT.Core.TArray.RawType
import HROOT.Core.TArray.Interface
import HROOT.Core.TArray.Implementation