Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Feb 6, 2025
1 parent 9f588c4 commit 69aa267
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ impl<T> ScheduledValueChange<T> {
}
}

// We store 2 Ts and one extra field for the block of change.
impl<T, let N: u32> Packable<2 * N + 1> for ScheduledValueChange<T>
where
T: Packable<N>,
Expand Down

0 comments on commit 69aa267

Please sign in to comment.