tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
isSpawnable.isSpawnable
tagion
actor
actor
isSpawnable
Undocumented in source.
template
isSpawnable
(F, T...)
@
safe
enum
isSpawnable
=
isCallable
!
F
&&
is
(
ReturnType
!
F
:
void
) &&
isParamsImplicitlyConvertible
!(
F
,
void
function
(
T
)) && (
isFunctionPointer
!
F
|| !
hasUnsharedAliasing
!
F
)
;
Meta
Source
See Source File
tagion
actor
actor
isSpawnable
manifest constants
isSpawnable
templates
isParamsImplicitlyConvertible