Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
runnable
/
imports
/
std11863format.d
blob: 9ae720928d54de51a4c7029880831f706218731b [
file
] [
log
] [
blame
]
module
imports
.
std11863format
;
import
imports
.
std11863bitmanip
;
import
imports
.
std11863conv
;
struct
FormatSpec
(
Char
)
{
string
toString
()
{
// text(width)
return
to
!
string
(
1
);
// instantiate toImpl!(string, int)
}
}