sbin ~master (2021-09-16T14:18:39Z)
Dub
Repo
hasCustomRepr.Repr
sbin
type
hasCustomRepr
Undocumented in source.
template
hasCustomRepr
(T, RH = EmptyReprHandler)
static if
(
hasMember!(T, "sbinCustomRepr") && hasMember!(T, "sbinFromCustomRepr")
)
alias
Repr
=
ReturnType
!(
(
)
=>
T.init.sbinCustomRepr
)
Meta
Source
See Implementation
sbin
type
hasCustomRepr
aliases
Repr
manifest constants
hasCustomRepr