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
At the minute the Key struct takes a slice in the constructor and creates an array which it stores internally. It would be more efficient to modify the key to store the slice internally.
The text was updated successfully, but these errors were encountered:
At the minute the
Key
struct takes a slice in the constructor and creates an array which it stores internally. It would be more efficient to modify the key to store the slice internally.The text was updated successfully, but these errors were encountered: