tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
GetLabel
tagion
betterC
wallet
WalletRecords
Undocumented in source.
template
GetLabel (
alias
member
) {
import
std
.
traits
:
getUDAs
,
hasUDA
;
;
import
std
.
traits
:
getUDAs
,
hasUDA
;
;
static if
(
hasUDA!(member, Label)
)
enum
label
;
static if
(
hasUDA!(member, Label)
)
static if
(
label.name == VOID
)
enum
GetLabel
;
static if
(
hasUDA!(member, Label)
)
static if
(!(
label.name == VOID
))
enum
GetLabel
;
static if
(!(
hasUDA!(member, Label)
))
enum
GetLabel
;
}
Members
Manifest constants
GetLabel
enum
GetLabel
;
Undocumented in source.
GetLabel
enum
GetLabel
;
Undocumented in source.
GetLabel
enum
GetLabel
;
Undocumented in source.
label
enum
label
;
Undocumented in source.
Meta
Source
See Implementation
tagion
betterC
wallet
WalletRecords
manifest constants
VOID
static functions
toList
structs
AccountDetails
Contract
DevicePIN
Invoice
Label
Quiz
RecordType
RecoverGenerator
Script
SignedContract
StandardBill
templates
GetLabel
isSpecialKeyType