HROOT-core-0.8: src/HROOT/Core/TArray.hs
module HROOT.Core.TArray
(
TArray(..)
, ITArray
, upcastTArray
, downcastTArray
) where
import HROOT.Core.TArray.RawType
import HROOT.Core.TArray.Interface
import HROOT.Core.TArray.Implementation