carbon v1.8.0 (2018-09-02T09:54:37Z)
Home
Dub
Repo
FuncAttr.isPure
carbon
traits
FuncAttr
true if func is pure
struct
FuncAttr
static
template
isPure (
func
...
)
if
(
func
.
length
== 1 &&
isCallable
!
func
) {
static
enum
isPure
;
}
Members
Static variables
isPure
enum
isPure
;
Undocumented in source.
Meta
Source
See Implementation
carbon
traits
FuncAttr
templates
isNothrow
isProperty
isPure
isRef
isTrusted
true if func is pure