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.
public static_promote
1 parent 922454b commit f8d8706Copy full SHA for f8d8706
src/Static.jl
@@ -6,7 +6,7 @@ export StaticInt, StaticFloat64, StaticSymbol, True, False, StaticBool, NDIndex
6
export dynamic, is_static, known, static, static_promote
7
8
if VERSION >= v"1.11.0-DEV.469"
9
- eval(Meta.parse("public OptionallyStaticRange, OptionallyStaticUnitRange, OptionallyStaticStepRange, SUnitRange, SOneTo, static_promote, eachop, eachop_tuple, reduce_tup, eq, ne, gt, ge, le, lt, mul, add"))
+ eval(Meta.parse("public OptionallyStaticRange, OptionallyStaticUnitRange, OptionallyStaticStepRange, SUnitRange, SOneTo, eachop, eachop_tuple, reduce_tup, eq, ne, gt, ge, le, lt, mul, add"))
10
end
11
12
import PrecompileTools: @recompile_invalidations
0 commit comments