dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
typedActor
my
actor
typed
Construct the type representing a typed actor.
template
typedActor (
AllowedMsg
...
) {
alias
typedActor
=
TypedActor
!(
toTypedMsgs
!
AllowedMsg
)
;
}
Members
Aliases
typedActor
alias
typedActor
=
TypedActor
!(
toTypedMsgs
!
AllowedMsg
)
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
Construct the type representing a typed actor.