Function validationWrap [src]

Prototype

pub fn validationWrap(allocator: anytype) ValidationAllocator(@TypeOf(allocator))

Source

pub fn validationWrap(allocator: anytype) ValidationAllocator(@TypeOf(allocator)) { return ValidationAllocator(@TypeOf(allocator)).init(allocator); }