Function zigTriple [src]

Prototype

pub fn zigTriple(target: Target, allocator: Allocator) Allocator.Error![]u8

Parameters

target: Targetallocator: Allocator

Source

pub fn zigTriple(target: Target, allocator: Allocator) Allocator.Error![]u8 { return Query.fromTarget(target).zigTriple(allocator); }