options
Parameters
- self:*const Banded
- *const Banded
- cell:Cell
- Cell
Source
Implementation
pub fn options(self: *const Banded, cell: Cell) Options {
_ = cell;
return self.opts;
}Source
pub fn options(self: *const Banded, cell: Cell) Options {
_ = cell;
return self.opts;
}