DVUI

isHorizontal

Parameters

#
self:Expand
Expand

Source

Implementation

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