autoformat v1.0.0 (2022-06-03T10:33:38Z)
Dub
Repo
NamedType.opUnary
my
named_type
NamedType
Undocumented in source. Be warned that the author may not have intended to support it.
auto
opUnary
()
struct
NamedType
(T, TagT = Tag!(T.stringof), T init = T.init, TraitsT...)
static if
(!(
is(Tr == Comparable)
))
static if
(!(
is(Tr == Hashable)
))
static if
(
is(Tr == Incrementable)
)
auto
opUnary
(
string
op
)
(
)
if
(
op
== "++"
)
if
(
is
(
TagT
:
Tag
!
U
,
alias
U
)
)
auto
opUnary
()
Meta
Source
See Implementation
my
named_type
NamedType
aliases
Tag
ThisT
Traits
Type
constructors
this
functions
empty
get
getPtr
length
opBinary
opCast
opCmp
opEquals
opUnary
toHash
toString
static functions
argument
make
templates
ReplaceTrait