Core exports - Types, Result<T,E>, errors, and logger Split from index.ts for file size compliance (Issue #285)
Transforms the success value of a Result using the provided function.
The original success value type
The transformed success value type
The error value type
The Result to transform
The transformation function
A new Result with the transformed value
Core exports - Types, Result<T,E>, errors, and logger Split from index.ts for file size compliance (Issue #285)