Closed zenangst closed 8 years ago
This PR fixes some very minor things in the code base, like adding actions using an array instead of adding one action per type.
Also improve some of the iterating methods by using case let
case let
Good stuff!
This PR fixes some very minor things in the code base, like adding actions using an array instead of adding one action per type.
Also improve some of the iterating methods by using
case let