Package rntup contains types to handle RNTuple-related data.
type NTuple struct { // contains filtered or unexported fields }
func (*NTuple) Class() string
func (nt *NTuple) MarshalROOT(w *rbytes.WBuffer) (int, error)
func (*NTuple) RVersion() int16
func (nt *NTuple) String() string
func (nt *NTuple) UnmarshalROOT(r *rbytes.RBuffer) error