We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a397bfe commit 5905206Copy full SHA for 5905206
src/varname.jl
@@ -33,8 +33,7 @@ struct VarName{sym,T<:Lens}
33
indexing::T
34
35
function VarName{sym}(indexing=IdentityLens()) where {sym}
36
- # TODO: Should we completely disallow or just `@warn`?
37
- # TODO: Does this affect performance?
+ # TODO: Should we completely disallow or just `@warn` of limited support?
38
if !is_static_lens(indexing)
39
error("attempted to construct `VarName` with dynamic lens of type $(nameof(typeof(indexing)))")
40
end
0 commit comments