module HROOT.Core.TArrayI
  (
    TArrayI(..)
  , ITArrayI
  , upcastTArrayI
  , downcastTArrayI

 
  ) where

import HROOT.Core.TArrayI.RawType
import HROOT.Core.TArrayI.Interface
import HROOT.Core.TArrayI.Implementation