Search Results

druntime
core.​sys.​windows.​commctrl.​COLORMAP.​to
Undocumented in source.
phobos
std.​conv.​to

The to template converts a value from one type to another. The source type is deduced and the target type must be specified, for example the expression to!int(42.0) converts the number 42 from double to int. The conversion is "safe", i.e., it checks for overflow; to!int(4.2e10) would throw the ConvOverflowException exception. Overflow checks are only inserted when necessary, e.g., to!double(42) does not do any checking because any int fits in a double.

phobos
std.​conv.​to.​to

Undocumented in source. Be warned that the author may not have intended to support it.

druntime
core.​time.​to

Converts a TickDuration to the given units as either an integral value or a floating point value.

phobos
std.​conv.​castFrom.​to
druntime
core.​sys.​linux.​perf_event.​perf_branch_entry.​to
arsd-official
arsd.​cgi.​Redirection.​to

The URL to redirect to.

arsd-official
arsd.​email.​EmailMessage.​to
arsd-official
arsd.​email.​IncomingEmailMessage.​to
arsd-official
arsd.​dbus.​DBusAny.​to

Converts a basic type, a tuple or an array to the D type with type checking. Tuples can get converted to an array too.

vibe-serialization
vibe.​data.​json.​Json.​to

Converts the JSON value to the corresponding D type - types are converted as necessary.

reng
re.​util.​tweens.​tween.​Tween.​to
Undocumented in source.
zua
zua.​diagnostic.​QuickfixRange.​to

Describes the range in the *original* document to modify

sel-utils
sul.​protocol.​pocket101.​play.​SetEntityLink.​to
Undocumented in source.
tango
tango.​util.​Convert.​to
Undocumented in source.
tanya
tanya.​conv.​to

Converts a stringish range to an integral value.

sel-utils
sul.​protocol.​bedrock160.​types.​Link.​to
Undocumented in source.
hunt-raft
hunt.​raft.​Msg.​Message.​To
Undocumented in source.
serialized
text.​time.​Convert.​Convert.​to

Converts the specified representation into its duration value. For decimal fractions, digits representing less than one millisecond are disregarded.

wren-port
wren.​value.​ObjRange.​to
Undocumented in source.