Go to file
Alexander "PapaTutuWawa 7e55015948 feat: Remove list helpers
Use the collection package instead.
2023-06-17 21:06:29 +02:00
lib feat: Remove list helpers 2023-06-17 21:06:29 +02:00
test feat: Add listContains and firstWhereOrNull 2022-11-05 13:21:17 +01:00
.gitignore Initial commit 2022-04-27 21:49:36 +02:00
.metadata Initial commit 2022-04-27 21:49:36 +02:00
.woodpecker.yml ci: Fix duplicate pipeline naming 2022-09-28 14:12:20 +02:00
analysis_options.yaml feat: Lint using very_good_analysis 2023-01-14 14:53:33 +01:00
CHANGELOG.md feat: Implement a mathematical implication 2022-05-13 13:46:41 +02:00
flake.lock feat: Lint using very_good_analysis 2023-01-14 14:53:33 +01:00
flake.nix feat: Lint using very_good_analysis 2023-01-14 14:53:33 +01:00
LICENSE Initial commit 2022-04-27 21:49:36 +02:00
pubspec.yaml feat: Lint using very_good_analysis 2023-01-14 14:53:33 +01:00
README.md Initial commit 2022-04-27 21:49:36 +02:00

moxlib

A collection of data structures and helper functions that are shared between various projects of Moxxy.

Note that this library is not intended for use outside of those projects.