Sha256: 533adda2cfaadab918cbdf4bd3af09203b62a7740dff2fe423b93bae478bb5c5
Contents?: true
Size: 349 Bytes
Versions: 28
Compression:
Stored size: 349 Bytes
Contents
using System; public static class VariableLengthQuantity { public static uint[] Encode(uint[] numbers) { throw new NotImplementedException("You need to implement this function."); } public static uint[] Decode(uint[] bytes) { throw new NotImplementedException("You need to implement this function."); } }
Version data entries
28 entries across 28 versions & 1 rubygems