Avoid possible Scala 2 synchronization bugs by using the null init pattern instead of`lazy val`s. Context: https://github.com/typelevel/idna4s/pull/19#discussion_r980195064
Avoid possible Scala 2 synchronization bugs by using the null init pattern instead of
lazy vals.Context: #19 (comment)