blob: ab61194fb3865997b678bb13b3f4764066b5d6a4 [file] [log] [blame]
{{/*
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
*/}}
{{- define "UnionDefinition" -}}
{{ .Name }} [
{{- range .Members }}
{{ .Name }} {{ .Type }}
{{- end }}
] {{- if .VarLen -}} [varlen] {{- end -}}
{{- end -}}