carbon ~master (2016-11-08T03:28:07Z)
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
) {
enum
isPure
;
}
Meta
Source
See Implementation
carbon
traits
FuncAttr
templates
isNothrow
isProperty
isPure
isRef
isTrusted
true if func is pure