NewBitmap creates a new empty Bitmap (see also New)
()
| 418 | |
| 419 | // NewBitmap creates a new empty Bitmap (see also New) |
| 420 | func NewBitmap() *Bitmap { |
| 421 | return &Bitmap{} |
| 422 | } |
| 423 | |
| 424 | // New creates a new empty Bitmap (same as NewBitmap) |
| 425 | func New() *Bitmap { |
no outgoing calls
searching dependent graphs…