Function zigTriple [src]

Prototype

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

Parameters

target: *const Targetallocator: Allocator

Source

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