雑感等

音楽,数学,語学,その他に関するメモを記す.

2022-08-16から1日間の記事一覧

Rustで配列(Vec)の要素数を変数で指定:vec!マクロ

出典 https://users.rust-lang.org/t/attempt-to-use-a-non-constant-value-in-a-constant/32112#:~:text=Sep%20%2719-,Use%20vec!%5BDefault%3A%3Adefault()%3B%20n%5D%20or%20Vec%3A%3Awith_capacity(n)%20and%20push%20to%20it.,-Solution # 配列の要素数…