CsvResult.valueOrThrow
T valueOrThrow() @safeReturn the contained value or throw CsvException if this result represents an error.
Use this helper when writing code in a throwing style. For hot paths and maximal performance, prefer explicit isOk checks and avoid exceptions.