packages feed

HROOT-core-0.10.0.1: src/HROOT/Core/TArray.hs

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