mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
bitfield,flag: document the remaining functions
This commit is contained in:
@@ -338,6 +338,7 @@ pub fn (instance BitField) clone() BitField {
|
||||
return output
|
||||
}
|
||||
|
||||
// == compares 2 bitfields, and returns true when they are equal
|
||||
pub fn (a BitField) == (b BitField) bool {
|
||||
if a.size != b.size {
|
||||
return false
|
||||
|
Reference in New Issue
Block a user