package sprigx // metaIsNil returns true if obj is explicitly nil. func metaIsNil(obj any) (isNil bool) { isNil = obj == nil return }