Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
タイプTのM個の要素を持つ配列のタイプ式は次のとおりです。
配列(1 ... M、T)
では、M行N列の2D配列はどうあるべきでしょうか。2つの配列のデカルト積である必要がありますか?助けてください。
M * N配列の場合、型式は次のようになります。
array(1 ... M、array(1 ... N、type))
ここで、Mは行数、Nは列数です。2D配列を配列の配列と考えてください。