AtomReader<R> typedef

AtomReader<R> = R Function(AtomContext<R> get)

A function that creates a value from an AtomContext

Implementation

typedef AtomReader<R> = R Function(AtomContext<R> get);