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
Copy file name to clipboardExpand all lines: designs/0004-vector_unary_functions.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ The proposed changes introduce a framework for extending unary vector functions
11
11
# Motivation
12
12
[motivation]: #motivation
13
13
14
-
Currently, for a function to work with these different vector types (and containers of these vectors types), a different specialisation is required for each. This results in a large amount of code duplication and additional maintenance burden. By implementing a general framework, rather than individual specialisations, the function only needs to be defined once for it to work with all vector types (as well as containers of these vector types).
14
+
Currently, for a function to work with these different vector types (and containers of these vector types), a different specialisation is required for each. This results in a large amount of code duplication and additional maintenance burden. By implementing a general framework, rather than individual specialisations, the function only needs to be defined once for it to work with all vector types (as well as containers of these vector types).
0 commit comments