| author | |
| committer | |
| log | 8fa1ce680fd30408a51e4b949a0675e207f909f6 |
| tree | ec0242878429495b1082a1c774d80a6a399e302f |
| parent | 72f75d6dbb89600e88e5bd04c2d945c70fdf3ac1 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
url.zig+1-1| ... | @@ -1151,7 +1151,7 @@ pub const SearchParams = struct { | ... | @@ -1151,7 +1151,7 @@ pub const SearchParams = struct { |
| 1151 | return list.toOwnedSlice(); | 1151 | return list.toOwnedSlice(); |
| 1152 | } | 1152 | } |
| 1153 | 1153 | ||
| 1154 | fn IteratorFor(comptime field: string) type { | 1154 | pub fn IteratorFor(comptime field: string) type { |
| 1155 | return struct { | 1155 | return struct { |
| 1156 | raw: RawIterator, | 1156 | raw: RawIterator, |
| 1157 | 1157 |