Method FillWithIndex
FillWithIndex(ref byte[])
Fills each element of the byte array with it's index.
public static void FillWithIndex(ref byte[] a)
Parameters
a
byte[]Array to fill.
Fills each element of the byte array with it's index.
public static void FillWithIndex(ref byte[] a)
a
byte[]Array to fill.