DVUI

isVertical

Parameters

#
self:Expand
Expand

Source

Implementation

#
pub fn isVertical(self: Expand) bool {
        return (self == .vertical or self == .both);
    }