Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
rust style guides suggest that enum variants should be PascalCase, and that SCREAMING_SNAKE_CASE is reserved for global variables such as statics and consts.
more details?
done.
i specified the operators, and specified the requirements on the return type
the comment on which i closed the issue (you can go back and look) was notifying you of the change (that all the ints had been changed to unsigned) and then you started lecturing me about the difference between unsigned ints and signed ints
not anymore. i changed it when i resolved the issue
i already changed all i64 to u64
u64 = unsigned
i64 = signed
what am i missing
all integers are unsigned!!
i'd rather not convert from u64 to f64
okay, fixed it
is there any way to fix this or is it just a problem with the idea
oops! the D translation accidentally messed that up. done!!
okay. i did that! actually resolved now.
oh goodness! youre right. let me make sure that that is in ALL language translations! thanks.
Loading more items...