mir-core ~master (2021-10-18T16:44:50Z)
Dub
Repo
Algebraic._is
mir
algebraic
Algebraic
Checks if the underlaying type is an element of a user provided type set.
bool
_is
()
struct
Algebraic
(_Types...)
@
safe
pure nothrow @
nogc
const @
property
bool
_is
(
R
:
Algebraic
!
RetTypes
RetTypes
...
)
(
)
if
(
allSatisfy
!(
Contains
!
AllowedTypes
,
Algebraic
!
RetTypes.AllowedTypes
)
)
bool
_is
()
bool
_is
()
Meta
Source
See Implementation
mir
algebraic
Algebraic
aliases
AllowedTypes
_ID_
constructors
this
destructors
~this
enums
Kind
functions
_is
get
isNull
kind
nullify
opAssign
opCast
opCmp
opEquals
toHash
toString
trustedGet
postblits
this(this)
static functions
_void
variables
_identifier_
Checks if the underlaying type is an element of a user provided type set.