Which is the code style for a long typespec which exceed 80 characters length?
@spec function(list() | map(), list() | map(), list() | map(), list() | nil) :: map()
Which is the code style for a long typespec which exceed 80 characters length?
@spec function(list() | map(), list() | map(), list() | map(), list() | nil) :: map()
Copyright © 2021 Jogjafile Inc.
Here's the example from Enum module. You might want to do something similar to this