DVUI

expandGet

Parameters

#
self:*const Options
*const Options

Source

Implementation

#
pub fn expandGet(self: *const Options) Expand {
    return self.expand orelse .none;
}