In new lazy constant preview, removing isInitialized feels like a mistake: querying the state of a lazy field is genuinely useful.
Also, API ergonomics are inconsistent:
collections use the standard Collection API,
but single values require LazyConstant.
Kotlin integrates lazyness better.
add a skeleton here at some point
about 1 hour ago