You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each flavor class template has a DataType and a HandleType (fka ViewType, but that's bad for something like a std::span since the underlying data is mutable). But these are not properly implemented, e.g., it may be beneficial to make CommitmentView be a smart pointer to a commitment.
The text was updated successfully, but these errors were encountered:
Each flavor class template has a
DataType
and aHandleType
(fkaViewType
, but that's bad for something like astd::span
since the underlying data is mutable). But these are not properly implemented, e.g., it may be beneficial to makeCommitmentView
be a smart pointer to a commitment.The text was updated successfully, but these errors were encountered: