API: MaybeVector

NMRAnalysis.MaybeVectorModule.MaybeVectorType
MaybeVector{T} <: AbstractVector{T}

Abstract type representing a vector that may contain either a single element or multiple elements. All indices return the same value for SingleElementVector.

source