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
The current get and op_get of @hashmap.T[K, V] type both return a Option[V], but the methods of the same names of Array type return an Option[T] and a T respectively. Their behavior should be aligned.
The text was updated successfully, but these errors were encountered:
peter-jerry-ye
changed the title
The @hashmap.T[K, V]::op_get(K) ->Option[V] method should not return a Option
Align op_get of map and array
Dec 26, 2024
The current
get
andop_get
of@hashmap.T[K, V]
type both return aOption[V]
, but the methods of the same names of Array type return anOption[T]
and aT
respectively. Their behavior should be aligned.The text was updated successfully, but these errors were encountered: