Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Rex Kerr
Rex Kerr has asked
17
questions and find answers to
1086
problems.
Stats
41.4k
EtPoint
16.0k
Vote count
17
questions
1k
answers
About
Rex Kerr questions
Is there a way to tell from within the JVM whether a particular method has been JIT compiled?
Transforming arrays in-place with parallel collections
Human-readable XML output from Scala?
How do you enrich value classes without overhead?
JVM bytecode limitations on class-class interactions
Minimal framework in Scala for collections with inheriting return type
Is this Java double-parsing behavior according to spec?
How can one provide manually specialized implementations with Scala specialization?
How to reload a class or package in Scala REPL?
How do I apply the enrich-my-library pattern to Scala collections?
Rex Kerr answers
Scala: Value :: is not a member of Int
Scala Inner Class - Not a Member
The Scala equivalent to Go's math.Nextafter
How comes my implicit gets shadowed by a method parameter?
Limit product to value types in scala
Best practice: "If not immutable create copy"-pattern
scala version of swap algorithm for null models
How to make "this" implicit?
In scala.swing, how do I remove a component from a Container?
Placeholder syntax doesn't hold my place