英語版
このページの英語版を見る

core.stdc.config

D互換型は、関連するCおよびC++コンパイラのさまざまな基本型に対応する。 CおよびC++コンパイラのさまざまな基本型に対応するD互換型である。
License:
Distributed under the Boost Software License 1.0. (See accompanying file LICENSE)
Authors:
Sean Kelly
Standards:
ISO/IEC 9899:1999 (E)
struct _Complex(T) if (is(T == float) || is(T == double) || is(T == c_long_double));
ネイティブ複合型のABIレイアウト。