dud.sdlang.value

Undocumented in source.

Members

Enums

ValueType
enum ValueType
Undocumented in source.

Structs

DateTimeFrac
struct DateTimeFrac

DateTime doesn't support milliseconds, but SDL's "Date Time" type does. So this is needed for any SDL "Date Time" that doesn't include a time zone.

DateTimeFracUnknownZone
struct DateTimeFracUnknownZone

If a "Date Time" literal in the SDL file has a time zone that's not found in your system, you get one of these instead of a SysTime. (Because it's impossible to indicate "unknown time zone" with 'std.datetime.TimeZone'.)

Value
struct Value
Undocumented in source.

Meta