PKHeX/PKHeX.Core/Legality/Encounters/Information
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
..
EncounterDate.cs Add LGPE received datetime r/w/lc 2025-02-13 04:53:37 +00:00
EncounterLearn.cs Moveset: add implicit ReadOnlySpan conversion 2026-01-10 23:16:33 -06:00
EncounterSuggestion.cs Update to .NET 10 (#4676) 2025-12-31 01:42:05 -06:00
EncounterSuggestionData.cs Misc tweaks 2025-03-15 23:15:55 -05:00
EncounterSummary.cs Update to .NET 10 (#4676) 2025-12-31 01:42:05 -06:00
EncounterText.cs Update to .NET 10 (#4676) 2025-12-31 01:42:05 -06:00