Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Erik Vesteraas
Erik Vesteraas has asked
9
questions and find answers to
29
problems.
Stats
806
EtPoint
257
Vote count
9
questions
29
answers
About
Erik Vesteraas questions
Why can't Kotlin super type parameters be inferred from constructor?
How do I deal with wrapper type invariance in Rust?
What is the correct term for _ in a type hint?
What is the difference between <T: Trait> Box<T> and &Trait / Box<Trait>?
Is there any built in way to "combine" two Options?
Do "nothing" while "condition"
Erik Vesteraas answers
Using the Rust compiler to prevent forgetting to call a method
Julia what does a nameless value in the function header mean?
How do I deal with wrapper type invariance in Rust?
Kotlin: Type inference failed. Expected type mismatch: inferred type is MutableList<Long?> but MutableCollection<Long> was expected
macro with variable arguments of different types
How can I implement a Java 8 interface but run on Java 6?
How to group 'Option' assignments in Rust?
Is there a way to chain Result mapping and unwrapping?
Concatenate array slices
Is there a way to count with macros?