Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve code to avoid reliance on computation of length
The `length` of a String is expensive to compute, and the `length` of a `Stateful` is deprecated. It does not appear to be necessary to compute however.
- Loading branch information