I think for my use case I will start with apply. E...
# functional
e
I think for my use case I will start with apply. Ended up with:
val db = SailRepository(MemoryStore()).apply { init() }
👍🏼 1