autoformat v1.0.0 (2022-06-03T10:33:38Z)
Dub
Repo
TypedActor
my
actor
typed
Signature for a typed actor.
struct
TypedActor (
AllowedMsg
...
) {
alias
AllowedMessages
=
AliasSeq
!
AllowedMsg
;
alias
Address
=
TypedAddress
!
AllowedMessages
;
alias
Impl
=
TypedActorImpl
!
AllowedMessages
;
}
Members
Aliases
Address
alias
Address
=
TypedAddress
!
AllowedMessages
Undocumented in source.
AllowedMessages
alias
AllowedMessages
=
AliasSeq
!
AllowedMsg
Undocumented in source.
Impl
alias
Impl
=
TypedActorImpl
!
AllowedMessages
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
Signature for a typed actor.