pyd v0.14.3 (2022-03-12T16:12:50Z)
Home
Dub
Repo
Operators.UnOp
pyd
class_wrap
Operators
Undocumented in source.
struct
Operators
(Ops...)
struct
UnOp (
string
op
T
) {
template
Replace
(string base, T...)
via
import
pyd
.
util
.
replace
:
Replace
;
;
eponymoustemplate
IsThisOp
(A)
;
alias
Ops1
=
Filter
!(
IsUn
,
Filter
!(
IsThisOp
,
Ops
))
;
static
void
call
();
}
Members
Aliases
Ops1
alias
Ops1
=
Filter
!(
IsUn
,
Filter
!(
IsThisOp
,
Ops
))
Undocumented in source.
Enums
IsThisOp
eponymoustemplate
IsThisOp
(A)
Undocumented in source.
Static functions
call
void
call
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
pyd
class_wrap
Operators
static functions
call
structs
UnOp
templates
BinOp
variables
needs_shim