FWIW In Scala `Either#getOrElse` is not inlined an...
# arrow
r
FWIW In Scala
Either#getOrElse
is not inlined and nobody has ever complained about it that I’m aware of https://github.com/scala/scala/blob/v2.12.6/src/library/scala/util/Either.scala#L278