dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
ParamsToTuple
my
actor
typed
Undocumented in source.
package
template
ParamsToTuple (
T
...
)
if
(
T
.
length
> 1 ||
T
.
length
== 1 &&
!
is
(
T
[0] ==
void
)
) {
alias
ParamsToTuple
=
Tuple
!(
T
[
0
])
;
alias
ParamsToTuple
=
Tuple
!(
staticMap
!(
Unqual
,
T
))
;
}
Members
Aliases
ParamsToTuple
alias
ParamsToTuple
=
Tuple
!(
T
[
0
])
Undocumented in source.
ParamsToTuple
alias
ParamsToTuple
=
Tuple
!(
staticMap
!(
Unqual
,
T
))
Undocumented in source.
Meta
Source
See Implementation
my
actor
typed
enums
isTypedActor
isTypedActorImpl
isTypedAddress
functions
IsEqual
extend
impl
typeCheckMsg
underlyingActor
underlyingAddress
underlyingTypedAddress
underlyingWeakAddress
structs
TypedActor
TypedActorImpl
TypedAddress
TypedMsg
templates
ParamsToTuple
ReturnToTupleOrVoid
ToTypedMsg
typedActor