Skip to content

Instantly share code, notes, and snippets.

@ulibo-yuki
Last active January 27, 2024 19:44
Show Gist options
  • Save ulibo-yuki/47b68658942ceb0731531dbb87c4885b to your computer and use it in GitHub Desktop.
Save ulibo-yuki/47b68658942ceb0731531dbb87c4885b to your computer and use it in GitHub Desktop.
備考
Int -2,147,483,648~2,147,483,647 32bitプラットフォームの場合はInt32
64bitプラットフォームの場合はInt64
UInt 上記と等しい 符号なし
Float 10の38乗
Double 10の308乗 大抵はこちらでいいそう
Bool 真偽
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment