1
を作成する私は、私は以下のようTypedef
を使用JSONの複数のタイプを持つことが必要:Vibe.data.json.Jsonにtypedefのを使用して、新しいタイプの、暗黙の型変換エラー
alias NewType = Typedef!(Json);
私はVibe.d JSONバージョンを使用していますDMD64 D Compiler v2.072.0
を使用してコンパイルするとき、私は次のメッセージが表示されます:
Error: cannot implicitly convert expression ([cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u]) of type ubyte[] to void[32]
私はマニュアルを読み、Typedef
を使用するための任意の制限を見つけることができませんでした。