DVUI

cast

Parameters

#
anysize:anytype
anytype

Source

Implementation

#
pub fn cast(anysize: anytype) MaxSize {
        return .{ .w = anysize.w, .h = anysize.h };
    }