mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
bf: rename to bitfield
This commit is contained in:
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
Block a user