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
Conversely, the `Item::fromPair` is an alternative to the `Item::from`
127
-
which expects a tuple composed by an array as w list where:
127
+
which expects a tuple composed by an array as a list where:
128
128
129
129
- The first member on index `0` represents one of the six (6) item type value;
130
130
- The second optional member, on index `1`, MUST be an iterable construct where its index represents the parameter key and its value an item or a item type value;
@@ -179,9 +179,9 @@ At any given time it is possible with each of these objects to:
0 commit comments