Commit Graph

8 Commits (master)

Author SHA1 Message Date
Avril 3bdd503cb2
Changed `NullException` to add optional type information. Added constexpr util::type_of<T>(), added constexpr `std::string_view` concatenation: `util::concat_str_v<std::string_view...>`, added `std::string_view util::concat_strings(auto const&...)`.
12 months ago
Avril ee3893907c
Added `ptr::Unique<T>`: `NonNull<T>` that cannot be aliased.
1 year ago
Avril d4c494c6c1
Fixed spooky "confused" compiler fatal error (w/ no error messages) in `make_ordered_strign()`.
1 year ago
Avril 807008d965
Added `string_ord::make_dynamic()`: Returns an anonymous type derived from `OrderedString`.
1 year ago
Avril ea8121058f
Added array literal initialisers for `string_ord<char[N]>`.
1 year ago
Avril 1752c89056
`leven_diff()`: Added string literal overloads for comptime string comparison load and allocation reductions.
1 year ago
Avril b778b47ae8
Added working C & C++ leven_diff(), added `exopt::util::comptime_value()`.
1 year ago
Avril 388068bc1d
exopt::util::leven_diff(): Added working levenshtein distance algorithm.
1 year ago