fn hashedReader(reader: anytype, hasher: anytype) HashedReader(@TypeOf(reader), @TypeOf(hasher))

Parameters

reader: anytype,
hasher: anytype,