Value Functions
Functions for inspecting and comparing values of any type.
- Value.AsAsserts that a value is compatible with a specified type, raising an error if not.
- Value.FromTextConverts a text value to a typed value based on its content.
- Value.IsChecks whether a value is compatible with a specified type.
- Value.ReplaceTypeReplaces the type metadata of a value without converting the value itself.
- Value.TypeReturns the type of a value.