CsvResult.valueOrThrow

T valueOrThrow() @safe

Return 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.