PKHeX/PKHeX.Core/Editing/PKM
Kurt 06d95efc64 Moveset: add implicit ReadOnlySpan conversion
Clean up some usages where we duplicated methods. The one that remains for Relearn sequence equality is OK.
JIT compiler can lower the AsSpan to new Span(4, ptr) and give near-similar performance to InlineArray. I prefer it this way because InlineArray wouldn't work with new(1), as all 4 moves would need declaration.
2026-01-10 23:16:33 -06:00
..
QR Extract some logic from QR7 2026-01-02 13:25:12 -06:00
EntitySuggestionUtil.cs level int -> byte 2025-05-17 14:45:49 -05:00
EntitySummary.cs Memory<byte> Refactoring (#4527) 2025-07-27 20:57:10 -05:00
EntityTemplates.cs Update to .NET 10 (#4676) 2025-12-31 01:42:05 -06:00
ILegalMoveDisplaySource.cs
LegalMoveComboSource.cs
LegalMoveInfo.cs Moveset: add implicit ReadOnlySpan conversion 2026-01-10 23:16:33 -06:00
LegalMoveSource.cs