carbon v1.4.0 (2015-04-19T16:14:18Z)
Home
Dub
Repo
observe
carbon
functional
ref
auto ref
observe
(
alias
fn
T
)
(
auto
ref
T
v
)
Examples
int
b
;
observe
!((
a
){
b
=
a
; })(
12
);
assert
(
b
==
12
);
Meta
Source
See Implementation
carbon
functional
functions
assumeTrusted
observe
templates
adaptTuple
naryFun