DVUI

size

Parameters

#
s:Size
Size

Source

Implementation

#
pub fn size(s: Size) MaxSize {
        return .{ .w = s.w, .h = s.h };
    }