NonEmptyString Module
Operations on NonEmptyString.
Functions and values
| Function or value |
Description
|
Full Usage:
NonEmptyString.create s
Parameters:
string
Returns: Result<NonEmptyString, NonEmptyStringError>
|
Create a NonEmptyString from a raw string. Returns Error if null or whitespace. The raw string to validate and wrap.
|
|
Create a NonEmptyString, throwing if invalid. The raw string to validate and wrap.
|
|
|
|
Extract the underlying string value. The NonEmptyString to unwrap.
|
TDesu.FSharp