File tree Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ Dict\associate
109109Dict\cast_clear_legacy_array_mark
110110 INSERT Dict\cast_clear_legacy_array_mark(
111111 INSERT )
112- (function(KeyedTraversable<Tk, Tv> $x): ~ dict<Tk, Tv>)
112+ (function(KeyedTraversable<Tk, Tv> $x): dict<Tk, Tv>)
113113Dict\chunk
114114 INSERT Dict\chunk(
115115 INSERT , ${1:\$size})
@@ -329,7 +329,7 @@ Str\join
329329Vec\cast_clear_legacy_array_mark
330330 INSERT Vec\cast_clear_legacy_array_mark(
331331 INSERT )
332- (function(Traversable<T> $x): ~ vec<T>)
332+ (function(Traversable<T> $x): vec<T>)
333333Vec\chunk
334334 INSERT Vec\chunk(
335335 INSERT , ${1:\$size})
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ Dict\associate
109109Dict\cast_clear_legacy_array_mark
110110 INSERT Dict\cast_clear_legacy_array_mark(
111111 INSERT )
112- (function(KeyedTraversable<Tk, Tv> $x): ~ dict<Tk, Tv>)
112+ (function(KeyedTraversable<Tk, Tv> $x): dict<Tk, Tv>)
113113Dict\chunk
114114 INSERT Dict\chunk(
115115 INSERT , ${1:\$size})
@@ -329,7 +329,7 @@ Str\join
329329Vec\cast_clear_legacy_array_mark
330330 INSERT Vec\cast_clear_legacy_array_mark(
331331 INSERT )
332- (function(Traversable<T> $x): ~ vec<T>)
332+ (function(Traversable<T> $x): vec<T>)
333333Vec\chunk
334334 INSERT Vec\chunk(
335335 INSERT , ${1:\$size})
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ Dict\associate
109109Dict\cast_clear_legacy_array_mark
110110 INSERT Dict\cast_clear_legacy_array_mark(
111111 INSERT )
112- (function(KeyedTraversable<Tk, Tv> $x): ~ dict<Tk, Tv>)
112+ (function(KeyedTraversable<Tk, Tv> $x): dict<Tk, Tv>)
113113Dict\chunk
114114 INSERT Dict\chunk(
115115 INSERT , ${1:\$size})
@@ -325,7 +325,7 @@ Str\join
325325Vec\cast_clear_legacy_array_mark
326326 INSERT Vec\cast_clear_legacy_array_mark(
327327 INSERT )
328- (function(Traversable<T> $x): ~ vec<T>)
328+ (function(Traversable<T> $x): vec<T>)
329329Vec\chunk
330330 INSERT Vec\chunk(
331331 INSERT , ${1:\$size})
Original file line number Diff line number Diff line change 1414 * Casts the given traversable to a dict, resetting the legacy array mark
1515 * if applicable.
1616 */
17+ <<__NoAutoLikes >>
1718function cast_clear_legacy_array_mark <Tk as arraykey , Tv >(
1819 KeyedTraversable <Tk , Tv > $x ,
1920)[]: dict <Tk , Tv > {
Original file line number Diff line number Diff line change 1414 * Casts the given traversable to a vec, resetting the legacy array mark
1515 * if applicable.
1616 */
17+ <<__NoAutoLikes >>
1718function cast_clear_legacy_array_mark <T >(
1819 Traversable <T > $x ,
1920)[]: vec <T > {
You can’t perform that action at this time.
0 commit comments