diff options
Diffstat (limited to 'aoc-2020-gleam/src/ext/stringx.gleam')
-rw-r--r-- | aoc-2020-gleam/src/ext/stringx.gleam | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/aoc-2020-gleam/src/ext/stringx.gleam b/aoc-2020-gleam/src/ext/stringx.gleam deleted file mode 100644 index 6096465..0000000 --- a/aoc-2020-gleam/src/ext/stringx.gleam +++ /dev/null @@ -1,5 +0,0 @@ -import gleam/string - -pub fn is_not_empty(str: String) -> Bool { - !string.is_empty(str) -} |