miha-x64
var p = lazy { /* compute */ }
p = lazy { /* compute another string */ }
getValue()
Lazy<String>