関数呼び出し時に[[実引数]]の値を受け取るもの。 ```rust fn hoge(parameter: i32) { // parameterが仮引数 } ```