tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
Text.append
tango
text
Text
Text
Append a double to this Text
More...
Text
append
(const(TextViewT) other)
Text
append
(const(T)[] chars)
Text
append
(T chr, size_t count)
Text
append
(int v, const(T)[] fmt)
Text
append
(long v, const(T)[] fmt)
Text
append
(double v, int decimals, int e)
class
Text
(T)
deprecated
final
Text
append
(
double
v
,
int
decimals
= 2
,
int
e
= 10
)
Text
append
(InputStream source)
Detailed Description
deprecated: use format() instead
Meta
Source
See Implementation
tango
text
Text
Text
aliases
opAssign
opCatAssign
constructors
this
functions
append
clear
comparator
compare
copy
encode
encoding
ends
equals
format
mslice
opCmp
opEquals
prepend
remove
replace
reserve
search
select
selectPrior
selection
set
slice
span
starts
strip
toHash
toString
toString16
toString32
trim
truncate
write
properties
length
point
structs
Span
Append a double to this Text