SetSelf<A> typedef

SetSelf<A> = void Function(A value)

Represents function that sets the current atom's value

Implementation

typedef SetSelf<A> = void Function(A value);