bf: rename to bitfield
							parent
							
								
									71224ad17c
								
							
						
					
					
						commit
						ae866260c8
					
				| 
						 | 
				
			
			@ -1,7 +1,7 @@
 | 
			
		|||
module bf
 | 
			
		||||
module bitfield
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
bf (BitField) is a module (shared library for V programming language) for
 | 
			
		||||
bitfield is a module for
 | 
			
		||||
manipulating arrays of bits, i.e. series of zeroes and ones spread across an
 | 
			
		||||
array of storage units (unsigned 32-bit integers).
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
import bf
 | 
			
		||||
import bitfield
 | 
			
		||||
 | 
			
		||||
import rand
 | 
			
		||||
import time
 | 
			
		||||
		Loading…
	
		Reference in New Issue