Changeset 058ece2
- Timestamp:
- Oct 19, 2022, 4:55:09 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- d191e24
- Parents:
- 135143b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/containers/array.hfa
r135143b r058ece2 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.