We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
var
let
Int
Bool
String
switch
println
f32
f64
i64
i8
i16
u8
u16
u32
u64
Unit
The text was updated successfully, but these errors were encountered:
No branches or pull requests
var
に対してlet
であるべきか?) #49Int
、Bool
、String
の間にはそれぞれサブタイプ関係を入れないswitch
の追加 #53println
をimplicitにしない #30f32
の追加 #41f64
の追加 #42i64
の追加 #34i8
の追加 #35i16
の追加 #36u8
の追加 #37u16
の追加 #38u32
の追加 #39u64
の追加 #40println
をexplicitにしたあとでやるべきUnit
型の追加 #22The text was updated successfully, but these errors were encountered: