mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
bitfield,flag: document the remaining functions
This commit is contained in:
parent
96554fad71
commit
24ba660367
2 changed files with 43 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue