Changeset 1a45263 for libcfa/src
- Timestamp:
- Oct 20, 2022, 2:50:26 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 8bd886e
- Parents:
- df6cc9d (diff), bc899d6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/containers/array.hfa
rdf6cc9d r1a45263 175 175 176 176 // Wrapper 177 struct all_t {} all;177 extern struct all_t {} all; 178 178 forall( [N], S & | sized(S), Te &, result &, Tbase & | { tag(result) enq_( tag(Tbase), tag(N), tag(S), tag(Te) ); } ) 179 179 static inline result & ?[?]( arpk(N, S, Te, Tbase) & this, all_t ) {
Note: See TracChangeset
for help on using the changeset viewer.