File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 82888288
82898289\pnum
82908290Let \tcode {rcvr} be a receiver.
8291- A \defn {proxy} for \tcode {rcvr} with base \tcode {B} is
8291+ A \defnx {proxy for \tcode {rcvr} with base \tcode {B}}{proxy } is
82928292an lvalue \tcode {r} of type \tcode {B} such that:
82938293\begin {itemize }
82948294\item
83148314\end {note }
83158315
83168316\pnum
8317- A \defnadj {bulk chunked}{ proxy} for \tcode {rcvr}
8318- with callable \tcode {f} and arguments \tcode {args}
8317+ A \defnx {bulk chunked proxy for \tcode {rcvr}
8318+ with callable \tcode {f} and arguments \tcode {args}}{proxy!bulk chunked}
83198319is a proxy \tcode {r} for \tcode {rcvr}
83208320with base \tcode {system_context_replaceability::bulk_item_receiver_proxy}
83218321such that
83228322\tcode {r.execute(i, j)} for indices \tcode {i} and \tcode {j}
83238323has effects equivalent to \tcode {f(i, j, args...)}.
83248324
83258325\pnum
8326- A \defnadj {bulk unchunked}{ proxy} for \tcode {rcvr}
8327- with callable \tcode {f} and arguments \tcode {args}
8326+ A \defnx {bulk unchunked proxy for \tcode {rcvr}
8327+ with callable \tcode {f} and arguments \tcode {args}}{proxy!bulk unchunked}
83288328is a proxy \tcode {r} for \tcode {rcvr}
83298329with base \tcode {system_context_replaceability::bulk_item_receiver_proxy}
83308330such that
You can’t perform that action at this time.
0 commit comments