Nerd_STF/Nerd_STF/Fill.cs
2022-04-17 17:55:56 -04:00

4 lines
62 B
C#

namespace Nerd_STF;
public delegate T Fill<T>(int index);