Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion corelib/src/metaprogramming.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pub trait TypeEqual<S, T> {}
impl TypeEqualImpl<T> of TypeEqual<T, T>;

/// Marker trait for types that are tuples.
/// Currently supports tuples of size 0 to 10.
/// Currently supports tuples of size 0 to 16.
pub(crate) trait IsTuple<T>;


Expand Down
Loading