MetaFeatureOption(expect: Expect<T>)
Helper class to circumvent overload bugs and KFunction bugs incorporated in Kotlin -- use f and in case you run
into an overload ambiguity, then either p (for property) or one of the fN
functions (e.g. f2 for
a function which expects 2 arguments).