SpiceQA
Questions
Tags
Users
Badges
user_12816539
@user_12816539
0
reputation
0
answers
6
questions
About Me
// Hello, World !
Top Answers
The advantage of std::visit over if-else
11 votes
Transforming a string_view in-place
2 votes
Is there any rule against putting more than one parameter in a mutator?
2 votes
C++ std::random and enum class
2 votes
Throwing exception in constructor before member initializer list?
2 votes
Top Questions
Is undefined behavior possible in safe Rust?
7 votes
1 answers
Why is Rust's usize to u128 conversion considered failable?
4 votes
2 answers
How to inform the optimizer that NonZeroU32::get will never return zero?
4 votes
1 answers
Is std::bad_optional_access a small crime against exceptions?
3 votes
7 answers
Strange behavior when adding the Send trait to a boxed trait object
3 votes
1 answers