Sha256: b0386c8293ee05d6ea3b5fed97159af98d49d7a2f889ba6ffeeb49513fc3da74
Contents?: true
Size: 211 Bytes
Versions: 396
Compression:
Stored size: 211 Bytes
Contents
#import <Foundation/Foundation.h> @interface NucleotideCount : NSObject - (instancetype)initWithStrand:(NSString *)strand; - (NSUInteger)count:(NSString *)nucleotide; - (NSDictionary *)nucleotideCounts; @end
Version data entries
396 entries across 396 versions & 1 rubygems