DVUI

optionsOverride

Parameters

#
self:*const Banded
*const Banded
opts:Options
Options

Source

Implementation

#
pub fn optionsOverride(self: *const Banded, opts: Options) Banded {
        return .{
            .banding = self.banding,
            .cell_opts = self.cell_opts,
            .alt_cell_opts = self.alt_cell_opts,
            .opts = self.opts.override(opts),
        };
    }