Closed RomanPodymov closed 5 years ago
Hello. Thank you for this library. In this pull request I optimized some functions with the Swift standard library. Also I replaced expression == false with !expression in some lines. And more let, not var.
expression == false
!expression
let
var
Hello. Thank you for this library. In this pull request I optimized some functions with the Swift standard library. Also I replaced
expression == false
with!expression
in some lines. And morelet
, notvar
.