PKHeX/PKHeX.Core/Legality/LearnSource/Verify
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
..
LearnPossible.cs Refactor: Gen3/4 Lead Encounters, property fixing (#4193) 2024-02-22 21:20:54 -06:00
LearnVerifier.cs Changes for Legends: Z-A support (#4596) 2025-10-26 19:01:44 -05:00
LearnVerifierEgg.cs Moveset: add implicit ReadOnlySpan conversion 2026-01-10 23:16:33 -06:00
LearnVerifierHistory.cs Moveset: add implicit ReadOnlySpan conversion 2026-01-10 23:16:33 -06:00
LearnVerifierRelearn.cs Extract bonus move interface from slot6ao/8b-under 2025-11-15 22:15:25 -06:00