Package: effect
Module: Layer
Returns a scoped effect that, if evaluated, will return the lazily computed result of this layer.
Signature
declare const memoize: <RIn, E, ROut>(self: Layer<ROut, E, RIn>) => Effect.Effect<Layer<ROut, E, RIn>, never, Scope.Scope>
Since v2.0.0