run method

Tuple2<A, S> run(
  1. S s
)

Implementation

Tuple2<A, S> run(S s) => _run(s);