DVUI

init

Parameters

#
allocator:std.mem.Allocator
std.mem.Allocator

Source

Implementation

#
pub fn init(allocator: std.mem.Allocator) Builder {
        return .{ .points = .init(allocator) };
    }